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

package info (click to toggle)
rust-ruzstd 0.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 548 kB
  • sloc: makefile: 2
file content (33 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (2)
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
--- rust-ruzstd-0.7.3.orig/Cargo.toml
+++ rust-ruzstd-0.7.3/Cargo.toml
@@ -55,20 +55,6 @@ name = "reversedbitreader_bench"
 path = "benches/reversedbitreader_bench.rs"
 harness = false
 
-[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.twox-hash]
 version = "1.6"
 optional = true
@@ -87,9 +73,4 @@ default = [
     "std",
 ]
 hash = ["dep:twox-hash"]
-rustc-dep-of-std = [
-    "dep:compiler_builtins",
-    "dep:core",
-    "dep:alloc",
-]
 std = []