Skip to content

Commit 8450e59

Browse files
committed
Bump chrono-tz-build to 0.4.0
1 parent 6154fd2 commit 8450e59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chrono-tz-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chrono-tz-build"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
rust-version = "1.60"
66
description = "internal build script for chrono-tz"

chrono-tz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ filter-by-regex = ["chrono-tz-build/filter-by-regex"]
4343
case-insensitive = ["dep:uncased", "chrono-tz-build/case-insensitive", "phf/uncased"]
4444

4545
[build-dependencies]
46-
chrono-tz-build = { path = "../chrono-tz-build", version = "0.3" }
46+
chrono-tz-build = { path = "../chrono-tz-build", version = "0.4" }
4747

4848
[dev-dependencies]
4949
serde_test = "1"

0 commit comments

Comments
 (0)