Skip to content

Commit

Permalink
Bump chrono-tz-build to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Sep 9, 2024
1 parent 6154fd2 commit 8450e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrono-tz-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chrono-tz-build"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
rust-version = "1.60"
description = "internal build script for chrono-tz"
Expand Down
2 changes: 1 addition & 1 deletion chrono-tz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3" }
chrono-tz-build = { path = "../chrono-tz-build", version = "0.4" }

[dev-dependencies]
serde_test = "1"
Expand Down

0 comments on commit 8450e59

Please sign in to comment.