File: eliminate-winsafe.patch

package info (click to toggle)
rust-which 8.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,6 @@
 real-sys = [
     "dep:env_home",
     "dep:rustix",
-    "dep:winsafe",
 ]
 regex = ["dep:regex"]
 tracing = ["dep:tracing"]
@@ -83,7 +82,3 @@
 version = "0.1.0"
 optional = true
 
-[target."cfg(windows)".dependencies.winsafe]
-version = "0.0.19"
-features = ["kernel"]
-optional = true