Skip to content

Commit 3c96f4e

Browse files
committed
bpf-rs: v0.3.0
Breaking changes: * Setting rustc version to 1.60 * Removes BpfHelperIter::new() for BpfHelper::iter() Added: * Mods: helper, program, map (re-exports through lib so no breaking changes) Signed-off-by: Milan <milan@mdaverde.com>
1 parent 940649b commit 3c96f4e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-feature/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flate2 = "1.0.22"
1414
nix = "0.23.1"
1515
thiserror = "1.0.30"
1616
serde = { version = "1.0.136", optional = true, features = ["derive"] }
17-
bpf-rs = { version = "0.2.0", path = "../bpf-rs" }
17+
bpf-rs = { version = "0.3.0", path = "../bpf-rs" }
1818
bpf-rs-macros = { version = "0.2.0", path = "../bpf-rs-macros" }
1919

2020
[dev-dependencies]

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.2.0"
3+
version = "0.3.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.2.0"
27+
bpf-rs = "0.3.0"
2828
```
2929

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

0 commit comments

Comments
 (0)