You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-libbpf-rs/libbpf-rs-fix-metadata.diff

19 lines
402 B

--- libbpf-rs-0.11.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ libbpf-rs-0.11.2/Cargo.toml 2021-07-30T23:15:06.060289+00:00
4 years ago
@@ -28,7 +28,7 @@
version = "0.4.0-2"
[dependencies.nix]
-version = "0.21"
4 years ago
+version = "0.20"
4 years ago
[dependencies.num_enum]
version = "0.5"
@@ -51,3 +51,6 @@
version = "1.1"
[badges.maintenance]
status = "actively-developed"
+
+[features]
+novendor = ["libbpf-sys/novendor"]