File: remove-rustc-dep-of-std.patch

package info (click to toggle)
rust-object 0.36.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,160 kB
  • sloc: makefile: 4
file content (37 lines) | stat: -rw-r--r-- 785 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Index: object/Cargo.toml
===================================================================
--- object.orig/Cargo.toml
+++ object/Cargo.toml
@@ -56,19 +56,6 @@ path = "tests/integration.rs"
 name = "parse_self"
 path = "tests/parse_self.rs"
 
-[dependencies.alloc]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-alloc"
-
-[dependencies.compiler_builtins]
-version = "0.1.2"
-optional = true
-
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
 
 [dependencies.crc32fast]
 version = "1.2"
@@ -154,12 +141,6 @@ read = [
     "unaligned",
 ]
 read_core = []
-rustc-dep-of-std = [
-    "core",
-    "compiler_builtins",
-    "alloc",
-    "memchr/rustc-dep-of-std",
-]
 std = ["memchr/std"]
 unaligned = []
 unstable = []