From a2c896510e301c7c3d7a03fa544454a87f5c554c Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Sat, 31 Aug 2019 18:25:38 +0300 Subject: [PATCH] Update README to refer to humantime-serde Fixes #7 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 703fc4c..39156dc 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,10 @@ test rfc3339_humantime_seconds ... bench: 24 ns/iter (+/- 1) test result: ok. 0 passed; 0 failed; 0 ignored; 6 measured; 0 filtered out ``` -See [serde-humantime] for serde integration. +See [humantime-serde] for serde integration (previous crate [serde-humantime] looks unmaintained). [serde-humantime]: https://docs.rs/serde-humantime/0.1.1/serde_humantime/ +[humantime-serde]: https://docs.rs/humantime-serde License =======