Skip to content

Commit

Permalink
Merge pull request #864 from hove-io/bump-chrono-tz
Browse files Browse the repository at this point in the history
feat: bump to 'chrono-tz:0.7.0'
  • Loading branch information
woshilapin authored Oct 24, 2022
2 parents df4dd01 + 41c5d8a commit 76cd872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Hove <[email protected]>", "Guillaume Pinot <[email protected]>"]
name = "transit_model"
version = "0.51.2"
version = "0.52.0"
license = "AGPL-3.0-only"
description = "Transit data management"
repository = "https://github.com/hove-io/transit_model"
Expand Down Expand Up @@ -40,7 +40,7 @@ mutable-model = []
[dependencies]
anyhow = "1"
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
chrono-tz = { version = "0.6", features = ["serde"] }
chrono-tz = { version = "0.7", features = ["serde"] }
csv = "1"
derivative = "2"
geo = "0.19"
Expand Down

0 comments on commit 76cd872

Please sign in to comment.