Skip to content

Commit 1b48dd4

Browse files
authored
Clarify comment for deprecated-time feature
Updated comment for deprecated-time feature in Cargo.toml. Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
1 parent da22eec commit 1b48dd4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ deflate-flate2 = ["_deflate-any", "dep:flate2"]
9696
deflate-flate2-zlib-rs = ["deflate-flate2", "flate2/zlib-rs"]
9797
# Pull in zopfli (write-only DEFLATE, slower than flate2 with better compression ratios)
9898
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.
99+
# 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.
100101
deprecated-time = []
101102
jiff-02 = ["dep:jiff"]
102103
nt-time = ["dep:nt-time"]

0 commit comments

Comments
 (0)