From 458f09270dd8aecdb03016d6f4dab7ec0df589e5 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Thu, 28 Jan 2016 08:14:03 +0100 Subject: [PATCH] "time" is now "https://github.com/rust-lang-deprecated/time" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1143d4..c9c9c87 100644 --- a/README.md +++ b/README.md @@ -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.