Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Apr 4, 2024
1 parent 4772bb3 commit 686565a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.1"
version = "0.3.0"
edition = "2021"
rust-version = "1.60"
description = "internal build script for chrono-tz"
Expand Down
4 changes: 2 additions & 2 deletions chrono-tz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -42,7 +42,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.0" }

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

0 comments on commit 686565a

Please sign in to comment.