Skip to content

Commit

Permalink
Support iOS (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski authored Jul 23, 2022
1 parent 6411468 commit dd2343b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
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.3.1

* Update [iana-time-zone](https://crates.io/crates/iana-time-zone) to implement
[`local_tz()`](https://docs.rs/tzdb/0.2.6/tzdb/fn.local_tz.html) for
iOS ([#41](https://github.com/strawlab/iana-time-zone/pull/41))

### 0.3.0

* Remove serde-as feature. The feature is very unrelated to goals of the crate, so it should be
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tzdb"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
authors = ["René Kijewski <[email protected]>"]
repository = "https://github.com/Kijewski/tzdb"
Expand All @@ -16,7 +16,7 @@ tz-rs = { version = "^0.6.11", features = ["const"] }

# optional dependencies
byte-slice-cast = { version = "^1.0.0", optional = true }
iana-time-zone = { version = "^0.1.35", optional = true }
iana-time-zone = { version = "^0.1.37", optional = true }
phf = { version = "^0.10.0", default-features = false, optional = true }
phf_shared = { version = "^0.10.0", default-features = false, optional = true }

Expand Down

0 comments on commit dd2343b

Please sign in to comment.