1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Index: cfg-if/Cargo.toml
===================================================================
--- cfg-if.orig/Cargo.toml
+++ cfg-if/Cargo.toml
@@ -30,7 +30,6 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cfg-if"
[features]
-rustc-dep-of-std = ["core"]
[lib]
name = "cfg_if"
@@ -39,8 +38,3 @@ path = "src/lib.rs"
[[test]]
name = "xcrate"
path = "tests/xcrate.rs"
-
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
|