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.
20 lines
433 B
20 lines
433 B
--- libbpf-rs-0.19.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ libbpf-rs-0.19.1/Cargo.toml 2022-12-09T03:20:15.155206+00:00
|
|
@@ -38,7 +38,7 @@
|
|
version = "0.5"
|
|
|
|
[dependencies.strum_macros]
|
|
-version = "0.23"
|
|
+version = "0.24"
|
|
|
|
[dependencies.thiserror]
|
|
version = "1.0"
|
|
@@ -61,6 +61,7 @@
|
|
version = "0.5"
|
|
|
|
[features]
|
|
+default = ["novendor"]
|
|
novendor = ["libbpf-sys/novendor"]
|
|
static = ["libbpf-sys/static"]
|
|
[badges.maintenance]
|