From c4d3cc8740b1f6ed1ab30f2a238cb38a9f42552e Mon Sep 17 00:00:00 2001 From: Jacob Pratt <the.z.cuber@gmail.com> Date: Mon, 30 Sep 2019 15:45:08 -0400 Subject: [PATCH] Update deprecation notice --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9762f5e..a2574ee 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ Utilities for working with time-related functions in Rust ## Notes -This library is no longer actively maintained, but bugfixes will be added ([details](https://github.com/rust-lang-deprecated/time/issues/136)). +Version 0.1 of this library is no longer actively maintained. +A 0.2 version will be released in the future, which will contain a number of breaking changes. -In case you're looking for something a little fresher and more actively maintained have a look at the [`chrono`](https://github.com/lifthrasiir/rust-chrono) crate. +If you need additional functionality that this crate does not provide, check out the [`chrono`](https://github.com/chronotope/chrono) crate. ## Usage -- GitLab