Skip to content

Commit 57a11cf

Browse files
committed
Release 0.24.3
Prepare for release of 0.24.3 by bumping both libbpf-rs and libbpf-cargo versions accordingly. The main change included is a fix for potential clippy warnings in the generated skeleton when no BPF maps are present in the corresponding object file. Signed-off-by: Daniel Müller <[email protected]>
1 parent ddbb119 commit 57a11cf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libbpf-cargo/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.24.3
2+
------
33
- Silenced possible `clippy` reported warnings in generated skeleton
44
when BPF object file does not contain any maps
55

libbpf-cargo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/libbpf/libbpf-rs"
55
homepage = "https://github.com/libbpf/libbpf-rs"
66
documentation = "https://docs.rs/crate/libbpf-cargo"
77
readme = "README.md"
8-
version = "0.24.2"
8+
version = "0.24.3"
99
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
1010
edition = "2021"
1111
rust-version = "1.71"

libbpf-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "libbpf-rs is a safe, idiomatic, and opinionated wrapper around li
44
repository = "https://github.com/libbpf/libbpf-rs"
55
homepage = "https://github.com/libbpf/libbpf-rs"
66
readme = "README.md"
7-
version = "0.24.2"
7+
version = "0.24.3"
88
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
99
edition = "2021"
1010
rust-version = "1.71"

0 commit comments

Comments
 (0)