File: no-nt-time.patch

package info (click to toggle)
rust-zip 5.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,372 kB
  • sloc: makefile: 6
file content (13 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Disable unavailable optional feature and dep, nt-time
 not in Debian, for Windows (NTFS) anway.
Forwarde: not-needed
Author: Blair Noctis <ncts@debian.org>
Last-Update: 2025-03-24
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -102 +102 @@
-nt-time = ["dep:nt-time"]
+#nt-time = ["dep:nt-time"]
@@ -181 +181 @@
-[dependencies.nt-time]
+[disabled.dependencies.nt-time]