Skip to content

Commit

Permalink
Merge pull request #110 from Kijewski/pr-iana-0_1_43
Browse files Browse the repository at this point in the history
 iana-time-zone → 0.1.43
  • Loading branch information
Kijewski authored Aug 11, 2022
2 parents c302a83 + cd5fb93 commit 74919a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changes between the versions

### 0.4.3 (2022-08-11)

* Update [iana-time-zone](https://crates.io/crates/iana-time-zone) to fix more issues on CentOS 7
([#49](https://github.com/strawlab/iana-time-zone/pull/49)), and not to depend on core-foundation
([#50](https://github.com/strawlab/iana-time-zone/pull/50))

### 0.4.2 (2022-08-11)

* Update to [Time Zone Database 2022b](https://mm.icann.org/pipermail/tz-announce/2022-August/000071.html)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.60"
tz-rs = { version = "^0.6.12", default-features = false, features = ["const"] }

# optional dependencies
iana-time-zone = { version = "^0.1.42", default-features = false, optional = true }
iana-time-zone = { version = "^0.1.43", default-features = false, optional = true }
phf = { version = "^0.11.0", default-features = false, optional = true }
phf_shared = { version = "^0.11.0", default-features = false, optional = true }
utcnow = { version = "^0.2.0", default-features = false, optional = true }
Expand Down

0 comments on commit 74919a3

Please sign in to comment.