Skip to content

Commit

Permalink
Foo
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Lind <[email protected]>
  • Loading branch information
michel-slm committed Sep 13, 2024
1 parent bece44a commit 559abf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libbpf-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ libbpf-rs = {path = ".", features = ["generate-test-files"]}
log = "0.4.4"
memmem = "0.1.1"
plain = "0.2.3"
probe = "0.3"
probe = ">=0.3, <0.6"
scopeguard = "1.1"
serial_test = { version = "3.0", default-features = false }
tempfile = "3.3"
Expand Down
1 change: 1 addition & 0 deletions libbpf-rs/tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![feature(asm_experimental_arch)]
#![allow(clippy::let_unit_value)]
#![warn(clippy::absolute_paths)]

Expand Down

0 comments on commit 559abf6

Please sign in to comment.