aports/testing/below/fix-libbpf-sys.patch
2022-10-25 01:12:03 +02:00

13 lines
279 B
Diff

--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -23,3 +23,3 @@
indicatif = { version = "0.16", features = ["with_rayon"] }
-libbpf-rs = "0.18.0"
+libbpf-rs = "0.19.1"
libc = "0.2.132"
@@ -45,3 +45,3 @@
[build-dependencies]
-libbpf-cargo = "0.12.0"
+libbpf-cargo = "0.13.1"