blob: ab7f2b932f8c8dcd2f74729889ecf834d5e4d66e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,9 +39,9 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2.27"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_Storage_FileSystem",
-]
+#[target."cfg(windows)".dependencies.windows-sys]
+#version = "0.48.0"
+#features = [
+# "Win32_Foundation",
+# "Win32_Storage_FileSystem",
+#]
|