File: relax-deps.patch

package info (click to toggle)
rust-atomicwrites 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/Cargo.toml b/Cargo.toml
index e8004b9..53591ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,12 +46,5 @@ path = "tests/lib.rs"
 version = "3.1"
 
 [target."cfg(unix)".dependencies.rustix]
-version = "0.38.0"
+version = "1"
 features = ["fs"]
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Storage_FileSystem",
-]