Skip to content

Commit cf17524

Browse files
committed
libbpf-cargo: Allowlist libbpf-sys 1.6.3
libbpf 1.6.3 seems fine to use with our library. Allow list it accordingly. Signed-off-by: Daniel Müller <[email protected]>
1 parent 4f73195 commit cf17524

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libbpf-cargo/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Unreleased
33
- Fixed Rust type generation for trailing bitfields in composite C types
44
- Fixed handling of `XxxSkelBuilder::obj_builder` customizations when
55
using `open()` constructor
6-
- Allowlisted `libbpf-sys` `1.6.2`
6+
- Allowlisted `libbpf-sys` `1.6.3`
77

88

99
0.26.0-beta.1

libbpf-cargo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tracing = { version = "0.1", default-features = false }
4242
tracing-subscriber = { version = "0.3", default-features = false, features = ["ansi", "chrono", "fmt"] }
4343
# `libbpf` is unable to provide necessary backwards compatibility
4444
# guarantees so we have to explicitly opt-in to newer versions...
45-
libbpf-sys_restricted = { package = "libbpf-sys", version = ">=1.5.0, <=1.6.2", default-features = false }
45+
libbpf-sys_restricted = { package = "libbpf-sys", version = ">=1.5.0, <=1.6.3", default-features = false }
4646

4747
[dev-dependencies]
4848
goblin = "0.9"

0 commit comments

Comments
 (0)