From 2e7a2138181f78188d6f5ea7ec1770e11ed4abbf Mon Sep 17 00:00:00 2001 From: Kang Seonghoon Date: Sat, 7 Feb 2015 01:16:05 +0900 Subject: [PATCH] 0.1.18: language changes. - Replaced remaining occurrences of Show with Debug. - Dependency upgrades. --- Cargo.toml | 4 ++-- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a471ec8..24d0b3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.1.17" +version = "0.1.18" authors = ["Kang Seonghoon "] description = "Date and time library for Rust" @@ -15,5 +15,5 @@ license = "MIT/Apache-2.0" name = "chrono" [dependencies] -time = "0.1.15" +time = "0.1.16" diff --git a/README.md b/README.md index b7b4b4d..1569d5b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[Chrono][doc] 0.1.17 +[Chrono][doc] 0.1.18 ==================== [![Chrono on Travis CI][travis-image]][travis] diff --git a/src/lib.rs b/src/lib.rs index 7221f5d..354f91a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ /*! -# Chrono 0.1.17 +# Chrono 0.1.18 Date and time handling for Rust. (also known as `rust-chrono`) It aims to be a feature-complete superset of the [time](https://github.com/rust-lang/time) library.