Skip to content

Commit

Permalink
libbpf-rs: release 0.19.0
Browse files Browse the repository at this point in the history
Prepare for release of 0.19.0 which uses libbpf 1.0. Also bump locked
libbpf-sys to 1.0.2.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
danielocfb authored and anakryiko committed Oct 11, 2022
1 parent 569157d commit 4108bcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libbpf-cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ novendor = ["libbpf-sys/novendor"]
[dependencies]
anyhow = "1.0"
cargo_metadata = "0.14"
libbpf-sys = { version = "1.0.0" }
libbpf-sys = { version = "1.0.2" }
memmap2 = "0.5"
num_enum = "0.5"
regex = "1.6.0"
Expand Down
4 changes: 2 additions & 2 deletions libbpf-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "libbpf-rs is a safe, idiomatic, and opinionated wrapper around li
repository = "https://github.com/libbpf/libbpf-rs"
homepage = "https://github.com/libbpf/libbpf-rs"
readme = "../README.md"
version = "0.18.0"
version = "0.19.0"
authors = ["Daniel Xu <[email protected]>"]
edition = "2021"
license = "LGPL-2.1 OR BSD-2-Clause"
Expand All @@ -22,7 +22,7 @@ static = ["libbpf-sys/static"]
[dependencies]
bitflags = "1.3"
lazy_static = "1.4"
libbpf-sys = { version = "1.0.0" }
libbpf-sys = { version = "1.0.2" }
nix = { version = "0.24", default-features = false, features = ["net", "user"] }
num_enum = "0.5"
strum_macros = "0.23"
Expand Down

0 comments on commit 4108bcd

Please sign in to comment.