summaryrefslogtreecommitdiffstats
path: root/vendor/filetime/debian/patches/disable-windows.diff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/filetime/debian/patches/disable-windows.diff')
-rw-r--r--vendor/filetime/debian/patches/disable-windows.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/filetime/debian/patches/disable-windows.diff b/vendor/filetime/debian/patches/disable-windows.diff
new file mode 100644
index 0000000..ab7f2b9
--- /dev/null
+++ b/vendor/filetime/debian/patches/disable-windows.diff
@@ -0,0 +1,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",
++#]