From 0d8f836665c675c95a33a5cace5b6e4fc5d15c3c Mon Sep 17 00:00:00 2001 From: Kang Seonghoon Date: Sat, 13 Dec 2014 22:17:04 +0900 Subject: [PATCH] 0.1.4: language changes and a small fix. - `Copy` is now opt-in. Every `Copy`able type is made to implement `Copy`. While unlikely, I haven't deeply thought about `Copy`ability so it might change in 0.2. - `Date::and_date` might behave incorrectly with a large `Offset`; this is now fixed. - Added a BIG (friendly) limitation section to the README. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f440c16..9b4db35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.1.3" +version = "0.1.4" authors = ["Kang Seonghoon "] description = "Date and time library for Rust"