Skip to content

Commit 7a24eb5

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

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libbpf-cargo/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.21.2
2+
------
33
- Added `Default` impl for generated `struct` types containing pointers
44
- Fixed handling of function prototype type declaration inference in BTF and
55
skeleton generation

libbpf-cargo/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.21.1"
8+
version = "0.21.2"
99
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
1010
edition = "2021"
1111
rust-version = "1.64"

libbpf-rs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.21.2
2+
------
33
- Enabled key iteration on `MapHandle` objects (formerly possible only on `Map`
44
objects)
55
- Bumped minimum Rust version to `1.64`

libbpf-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.21.1"
7+
version = "0.21.2"
88
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
99
edition = "2021"
1010
rust-version = "1.64"

0 commit comments

Comments
 (0)