From 7fd0cf124a95589ac15baf5c2028117ef64777b0 Mon Sep 17 00:00:00 2001 From: Kang Seonghoon Date: Sun, 5 Apr 2015 03:18:49 +0900 Subject: [PATCH] 0.2.10: language changes. - `Copy` requires `Clone`. --- AUTHORS.txt | 1 + Cargo.toml | 2 +- README.md | 4 ++-- src/lib.rs | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 864b758..d1596ef 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -6,6 +6,7 @@ Dan David Ross Eunchong Yu Huon Wilson +Jisoo Park John Nagle Ken Tossell Steve Klabnik diff --git a/Cargo.toml b/Cargo.toml index f3bf079..7548b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.2.9" +version = "0.2.10" authors = ["Kang Seonghoon "] description = "Date and time library for Rust" diff --git a/README.md b/README.md index 7ba3443..2bcd2d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[Chrono][doc] 0.2.9 -=================== +[Chrono][doc] 0.2.10 +==================== [![Chrono on Travis CI][travis-image]][travis] diff --git a/src/lib.rs b/src/lib.rs index 3c49cfc..c1aa68a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ /*! -# Chrono 0.2.9 +# Chrono 0.2.10 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.