Skip to content

Commit

Permalink
update to tz-rs 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
esheppa committed Mar 26, 2022
1 parent 991479e commit f78e84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -40,7 +40,7 @@ serde = { version = "1.0.99", default-features = false, optional = true }
pure-rust-locales = { version = "0.5.2", optional = true }
criterion = { version = "0.3", optional = true }
rkyv = {version = "0.7", optional = true}
tz = { package = "tz-rs", version = "0.6.6", optional = true }
tz = { package = "tz-rs", version = "0.6.7", optional = true }

[target.'cfg(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies]
wasm-bindgen = { version = "0.2", optional = true }
Expand Down

0 comments on commit f78e84f

Please sign in to comment.