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.
28 lines
587 B
28 lines
587 B
--- libbpf-cargo-0.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ libbpf-cargo-0.10.0/Cargo.toml 2022-07-22T12:16:13.899028+00:00
|
|
@@ -47,10 +47,10 @@
|
|
version = "1.5"
|
|
|
|
[dependencies.scroll]
|
|
-version = "0.10"
|
|
+version = "0.11"
|
|
|
|
[dependencies.scroll_derive]
|
|
-version = "0.10"
|
|
+version = "0.11"
|
|
|
|
[dependencies.semver]
|
|
version = "1.0"
|
|
@@ -71,9 +71,10 @@
|
|
[dependencies.thiserror]
|
|
version = "1.0"
|
|
[dev-dependencies.goblin]
|
|
-version = "0.2"
|
|
+version = "0.5"
|
|
|
|
[features]
|
|
+default = ["novendor"]
|
|
novendor = ["libbpf-sys/novendor"]
|
|
[badges.maintenance]
|
|
status = "actively-developed"
|