From 8d74e9cc8d4b837bc864764a45d595a127cdd718 Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Wed, 8 Apr 2020 00:48:15 +0100 Subject: [PATCH] v0.5.0 --- Cargo.toml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0671270..50ae056 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index de51a30..bf90e6c 100644 --- a/README.md +++ b/README.md @@ -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).