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.)
This commit is contained in:
Kang Seonghoon 2015-01-02 13:46:22 +09:00
parent 50ce557d7d
commit 84f4eb478c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "chrono"
version = "0.1.6"
version = "0.1.7"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
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"