File: drop-rustc-std-workspace-core.patch

package info (click to toggle)
rust-cfg-if 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: makefile: 4
file content (21 lines) | stat: -rw-r--r-- 499 bytes parent folder | download
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"