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

package info (click to toggle)
rust-linux-raw-sys 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,556 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 541 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
Index: linux-raw-sys/Cargo.toml
===================================================================
--- linux-raw-sys.orig/Cargo.toml
+++ linux-raw-sys/Cargo.toml
@@ -92,10 +92,6 @@ netlink = []
 no_std = []
 prctl = []
 ptrace = []
-rustc-dep-of-std = [
-    "core",
-    "no_std",
-]
 std = []
 system = []
 xdp = []
@@ -104,11 +100,6 @@ xdp = []
 name = "linux_raw_sys"
 path = "src/lib.rs"
 
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
-
 [dev-dependencies.libc]
 version = "0.2.100"