We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61dc9bd commit edb7cd2Copy full SHA for edb7cd2
Cargo.toml
@@ -179,7 +179,7 @@ perf-inline = []
179
180
[dependencies]
181
jiff-static = { version = "0.2", path = "crates/jiff-static", optional = true }
182
-jiff-tzdb = { version = "0.1.4", path = "crates/jiff-tzdb", optional = true }
+jiff-tzdb = { version = "0.1.5", path = "crates/jiff-tzdb", optional = true }
183
log = { version = "0.4.21", optional = true, default-features = false }
184
serde_core = { version = "1.0.221", optional = true, default-features = false }
185
0 commit comments