Skip to content

Commit da7e037

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

File tree

6 files changed

+8
-8
lines changed

6 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/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.22.0"
8+
version = "0.22.1"
99
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
1010
edition = "2021"
1111
rust-version = "1.65"

libbpf-cargo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Helps you build and develop BPF programs with standard Rust tooling.
1212
To use in your project, add into your `Cargo.toml`:
1313
```toml
1414
[build-dependencies]
15-
libbpf-cargo = "0.21"
15+
libbpf-cargo = "0.22"
1616
```
1717

1818
See [full documentation here](https://docs.rs/libbpf-cargo).

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.22.1
2+
------
33
- Introduced `Xdp` type for working with XDP programs
44
- Fixed handling of autocreate maps with `Object` type
55

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.22.0"
7+
version = "0.22.1"
88
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
99
edition = "2021"
1010
rust-version = "1.65"

libbpf-rs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Idiomatic Rust wrapper around [libbpf](https://github.com/libbpf/libbpf).
1212
To use in your project, add into your `Cargo.toml`:
1313
```toml
1414
[dependencies]
15-
libbpf-rs = "0.21"
15+
libbpf-rs = "0.22"
1616
```
1717

1818
See [full documentation here](https://docs.rs/libbpf-rs).

0 commit comments

Comments
 (0)