Skip to content

Commit bf0a79f

Browse files
committed
libbpf-cargo: Relax log version constraint
There is no reason for us to depend on log 0.4.25 or higher specifically, anything higher than 0.4.13 will do. Relax the version constraint. Signed-off-by: Daniel Müller <[email protected]>
1 parent 1238e37 commit bf0a79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libbpf-cargo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ anyhow = "1.0.40"
3434
cargo_metadata = "0.19.1"
3535
env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] }
3636
libbpf-rs = { version = "=0.25.0-beta.1", default-features = false, path = "../libbpf-rs" }
37-
log = "0.4.25"
37+
log = "0.4.14"
3838
memmap2 = "0.5"
3939
serde = { version = "1.0", features = ["derive"] }
4040
serde_json = "1.0"

0 commit comments

Comments
 (0)