Skip to content

Commit 0176e5b

Browse files
d-e-s-odanielocfb
authored andcommittedAug 15, 2024·
Release 0.24.2
Prepare for release of 0.24.2 by bumping both libbpf-rs and libbpf-cargo versions accordingly. The main change included is a fix for a panic on skeleton open when the kconfig section/map is being used in the BPF code. Signed-off-by: Daniel Müller <[email protected]>
1 parent 27dfe16 commit 0176e5b

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.2
2+
------
33
- Fixed panic on "open" of skeleton with `kconfig` map
44

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.1"
8+
version = "0.24.2"
99
authors = ["Daniel Xu <dxu@dxuuu.xyz>", "Daniel Müller <deso@posteo.net>"]
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.1"
7+
version = "0.24.2"
88
authors = ["Daniel Xu <dxu@dxuuu.xyz>", "Daniel Müller <deso@posteo.net>"]
99
edition = "2021"
1010
rust-version = "1.71"

0 commit comments

Comments
 (0)
Please sign in to comment.