Skip to content

Commit 7537bff

Browse files
committed
bpf-rs: v0.1.0
Signed-off-by: Milan <milan@mdaverde.com>
1 parent 1c52c44 commit 7537bff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bpf-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bpf-rs"
3-
version = "0.0.9"
3+
version = "0.1.0"
44
edition = "2021"
55
repository = "https://github.com/bpfdeploy-io/bpf-rs"
66
homepage = "https://bpfdeploy.io"

bpf-rs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To use in your project, add into your `Cargo.toml`:
2424

2525
```toml
2626
[dependencies]
27-
bpf-rs = "0.0.9"
27+
bpf-rs = "0.1.0"
2828
```
2929

3030
or using [cargo-edit](https://github.com/killercup/cargo-edit):

0 commit comments

Comments
 (0)