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

package info (click to toggle)
rust-rustc-demangle 0.1.24-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: makefile: 4
file content (23 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
22
23
Index: rustc-demangle/Cargo.toml
===================================================================
--- rustc-demangle.orig/Cargo.toml
+++ rustc-demangle/Cargo.toml
@@ -41,18 +41,5 @@ lto = true
 name = "rustc_demangle"
 path = "src/lib.rs"
 
-[dependencies.compiler_builtins]
-version = "0.1.2"
-optional = true
-
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
-
 [features]
-rustc-dep-of-std = [
-    "core",
-    "compiler_builtins",
-]
 std = []