We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da22eec commit 1b48dd4Copy full SHA for 1b48dd4
1 file changed
Cargo.toml
@@ -96,7 +96,8 @@ deflate-flate2 = ["_deflate-any", "dep:flate2"]
96
deflate-flate2-zlib-rs = ["deflate-flate2", "flate2/zlib-rs"]
97
# Pull in zopfli (write-only DEFLATE, slower than flate2 with better compression ratios)
98
deflate-zopfli = ["dep:zopfli", "_deflate-any"]
99
-# Enables conversion to/from OffsetDateTime even though ZIP-file timestamps don't include a time zone. This feature will be removed in version 9.0.0.
+# Enables conversion to/from time::OffsetDateTime if `time` is also enabled, even though ZIP-file timestamps don't include a time zone.
100
+# This feature will be removed in version 9.0.0.
101
deprecated-time = []
102
jiff-02 = ["dep:jiff"]
103
nt-time = ["dep:nt-time"]
0 commit comments