Skip to content

Commit 1fb6eda

Browse files
d-e-s-odanielocfb
authored andcommitted
Release 0.20.0
Prepare for release of 0.20.0. From now on we are going to publish (and bump) the libbpf-rs and libbpf-cargo crates in unison, with equal version numbers. Doing so simplifies publish workflows and git tag creation, and impact on users should be minimal. Signed-off-by: Daniel Müller <[email protected]>
1 parent 3dec5cd commit 1fb6eda

File tree

3 files changed

+6
-6
lines changed

3 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/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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.13.1"
9-
authors = ["Daniel Xu <[email protected]>"]
8+
version = "0.20.0"
9+
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
1010
edition = "2021"
1111
rust-version = "1.58"
1212
license = "LGPL-2.1-only OR BSD-2-Clause"

libbpf-rs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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.19.1"
8-
authors = ["Daniel Xu <[email protected]>"]
7+
version = "0.20.0"
8+
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
99
edition = "2021"
1010
rust-version = "1.58"
1111
license = "LGPL-2.1-only OR BSD-2-Clause"

0 commit comments

Comments
 (0)