Merge pull request #59 from kud1ing/patch-1

"time" is now "https://github.com/rust-lang-deprecated/time"
This commit is contained in:
Kang Seonghoon 2016-01-29 11:23:20 +09:00
commit 08da04cc37
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
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.
the [time](https://github.com/rust-lang-deprecated/time) library.
In particular,
* Chrono strictly adheres to ISO 8601.