From 84f4eb478c3b618bd77fc27c467e76e5b0ab56f0 Mon Sep 17 00:00:00 2001 From: Kang Seonghoon Date: Fri, 2 Jan 2015 13:46:22 +0900 Subject: [PATCH] 0.1.7: language changes. - `Eq` no longer accepts the reflexive type parameter. (this doesn't change the actual interface, as `Eq` is simply a marker for total ordering. `PartialEq` retains it.) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1a6c59..46e25a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.1.6" +version = "0.1.7" 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.4" +time = "0.1.5"