Skip to content

Commit 08bd3ca

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.5.1", default-features = false }
45+
libbpf-sys_restricted = { package = "libbpf-sys", version = ">=1.5.0, <=1.5.2", default-features = false }
4646

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

0 commit comments

Comments
 (0)