mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 23:36:17 +00:00
Skip unsound version of iana-time-zone
This commit is contained in:
parent
a1591e91f3
commit
e02cb3e323
@ -36,7 +36,7 @@ serde = { version = "1.0.99", default-features = false, optional = true }
|
|||||||
pure-rust-locales = { version = "0.5.2", optional = true }
|
pure-rust-locales = { version = "0.5.2", optional = true }
|
||||||
criterion = { version = "0.4.0", optional = true }
|
criterion = { version = "0.4.0", optional = true }
|
||||||
rkyv = {version = "0.7", optional = true}
|
rkyv = {version = "0.7", optional = true}
|
||||||
iana-time-zone = { version = "0.1.44", optional = true, features = ["fallback"] }
|
iana-time-zone = { version = "0.1.45", optional = true, features = ["fallback"] }
|
||||||
arbitrary = { version = "1.0.0", features = ["derive"], optional = true }
|
arbitrary = { version = "1.0.0", features = ["derive"], optional = true }
|
||||||
|
|
||||||
[target.'cfg(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies]
|
[target.'cfg(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user