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.
26 lines
641 B
26 lines
641 B
3 years ago
|
--- linux-raw-sys-0.0.36/Cargo.toml 2021-11-05T13:12:27+00:00
|
||
|
+++ linux-raw-sys-0.0.36/Cargo.toml 2021-11-28T18:02:37.919145+00:00
|
||
|
@@ -25,14 +25,6 @@
|
||
|
[package.metadata.docs.rs]
|
||
|
all-features = true
|
||
|
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
|
||
|
-[dependencies.compiler_builtins]
|
||
|
-version = "0.1.49"
|
||
|
-optional = true
|
||
|
-
|
||
|
-[dependencies.core]
|
||
|
-version = "1.0.0"
|
||
|
-optional = true
|
||
|
-package = "rustc-std-workspace-core"
|
||
|
|
||
|
[features]
|
||
|
default = ["std", "general", "errno"]
|
||
|
@@ -40,7 +32,6 @@
|
||
|
general = []
|
||
|
netlink = []
|
||
|
no_std = []
|
||
|
-rustc-dep-of-std = ["core", "compiler_builtins", "no_std"]
|
||
|
std = []
|
||
|
v2_6_32 = []
|
||
|
v3_10 = []
|