We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6154fd2 commit 8450e59Copy full SHA for 8450e59
chrono-tz-build/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "chrono-tz-build"
3
-version = "0.3.0"
+version = "0.4.0"
4
edition = "2021"
5
rust-version = "1.60"
6
description = "internal build script for chrono-tz"
chrono-tz/Cargo.toml
@@ -43,7 +43,7 @@ filter-by-regex = ["chrono-tz-build/filter-by-regex"]
43
case-insensitive = ["dep:uncased", "chrono-tz-build/case-insensitive", "phf/uncased"]
44
45
[build-dependencies]
46
-chrono-tz-build = { path = "../chrono-tz-build", version = "0.3" }
+chrono-tz-build = { path = "../chrono-tz-build", version = "0.4" }
47
48
[dev-dependencies]
49
serde_test = "1"
0 commit comments