diff --git a/chrono-tz-build/Cargo.toml b/chrono-tz-build/Cargo.toml index 7c9004c..7a6c9c5 100644 --- a/chrono-tz-build/Cargo.toml +++ b/chrono-tz-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono-tz-build" -version = "0.2.1" +version = "0.3.0" edition = "2021" rust-version = "1.60" description = "internal build script for chrono-tz" diff --git a/chrono-tz/Cargo.toml b/chrono-tz/Cargo.toml index 28e7ec4..d554593 100644 --- a/chrono-tz/Cargo.toml +++ b/chrono-tz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono-tz" -version = "0.8.6" +version = "0.9.0" edition = "2021" rust-version = "1.60" build = "build.rs" @@ -43,7 +43,7 @@ filter-by-regex = ["chrono-tz-build/filter-by-regex"] case-insensitive = ["dep:uncased", "chrono-tz-build/case-insensitive", "phf/uncased"] [build-dependencies] -chrono-tz-build = { path = "../chrono-tz-build", version = "0.2.1" } +chrono-tz-build = { path = "../chrono-tz-build", version = "0.3" } [dev-dependencies] serde_test = "1"