Skip to content

Commit a704f31

Browse files
committed
fixup: use vendored and static libbpf
1 parent 32384d6 commit a704f31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/heaptrack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616
anyhow = "1.0"
1717
clap = { version = "4.5", features = ["derive"] }
1818
libc = "0.2"
19-
libbpf-rs = "0.25.0"
19+
libbpf-rs = { version = "0.25.0", features = ["static", "vendored"] }
2020
log = "0.4.28"
2121
env_logger = "0.11.8"
2222
serde_json = "1.0"

0 commit comments

Comments
 (0)