Skip to content

Commit dd2343b

Browse files
authored
Support iOS (#81)
1 parent 6411468 commit dd2343b

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changes between the versions
22

3+
### 0.3.1
4+
5+
* Update [iana-time-zone](https://crates.io/crates/iana-time-zone) to implement
6+
[`local_tz()`](https://docs.rs/tzdb/0.2.6/tzdb/fn.local_tz.html) for
7+
iOS ([#41](https://github.com/strawlab/iana-time-zone/pull/41))
8+
39
### 0.3.0
410

511
* Remove serde-as feature. The feature is very unrelated to goals of the crate, so it should be

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tzdb"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2018"
55
authors = ["René Kijewski <crates.io@k6i.de>"]
66
repository = "https://github.com/Kijewski/tzdb"
@@ -16,7 +16,7 @@ tz-rs = { version = "^0.6.11", features = ["const"] }
1616

1717
# optional dependencies
1818
byte-slice-cast = { version = "^1.0.0", optional = true }
19-
iana-time-zone = { version = "^0.1.35", optional = true }
19+
iana-time-zone = { version = "^0.1.37", optional = true }
2020
phf = { version = "^0.10.0", default-features = false, optional = true }
2121
phf_shared = { version = "^0.10.0", default-features = false, optional = true }
2222

0 commit comments

Comments
 (0)