Skip to content

Commit

Permalink
Bump version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 30, 2023
1 parent 2498e9f commit d042e21
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.0"
version = "0.2.1"
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.3"
version = "0.8.4"
edition = "2021"
rust-version = "1.60"
build = "build.rs"
Expand All @@ -26,7 +26,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" }
chrono-tz-build = { path = "../chrono-tz-build", version = "0.2.1" }

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

0 comments on commit d042e21

Please sign in to comment.