Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ogham committed Apr 7, 2020
1 parent 31bf6b1 commit 8d74e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ exclude = ["/README.md", "/LICENCE", "/.rustfmt.toml", "/.travis.yml"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/rust-datetime/zoneinfo-compiled"
version = "0.1.4"
version = "0.5.0"

[dependencies]
datetime = "0.4"
datetime = "0.5"
lazy_static = "1.4"
regex = "1.3"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ This crate works with [Cargo](https://crates.io). Add the following to your `Car

```toml
[dependencies]
datetime = "0.4"
zoneinfo_parse = "0.1"
datetime = "0.5"
zoneinfo_parse = "0.5"
```

The earliest version of Rust that this crate is tested against is [Rust v1.31.0](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html).
Expand Down

0 comments on commit 8d74e9c

Please sign in to comment.