Skip to content

Commit fa17cdd

Browse files
d-e-s-odanielocfb
authored andcommitted
Release 0.24.4
Prepare for release of 0.24.4 by bumping both libbpf-rs and libbpf-cargo versions accordingly. Signed-off-by: Daniel Müller <[email protected]>
1 parent d105bf2 commit fa17cdd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.24.3"
2+
version = "0.24.4"
33
edition = "2021"
44
rust-version = "1.71"
55
license = "LGPL-2.1-only OR BSD-2-Clause"

libbpf-cargo/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.24.4
2+
------
33
- Adjusted skeleton generation code to work around `libbpf` forward
44
compatibility issue when an old system `libbpf` is being used instead
55
of the vendored copy

libbpf-rs/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.24.4
2+
------
33
- Added `Program::fd_from_pinned_path` method for restoring program descriptor
44
from a pinned path
55

0 commit comments

Comments
 (0)