File: remove-windows.diff

package info (click to toggle)
rust-reflink-copy 0.1.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -112,12 +112,3 @@
 [target.'cfg(target_os = "linux")'.dependencies.libc]
 version = "0.2.169"
 
-[target."cfg(windows)".dependencies.windows]
-version = "0.61.0"
-features = [
-    "Win32_Storage_FileSystem",
-    "Win32_Foundation",
-    "Win32_System_Ioctl",
-    "Win32_System_IO",
-    "Win32_System_SystemServices",
-]