From 2f5a210fd3e96cd3c5532644418d67fff69ab647 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 23 Aug 2023 18:50:55 +0530 Subject: [PATCH] chore: bump rev in rustdoc --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7d38a14..d708fbe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ //! ```toml //! [dependencies] //! chrono = "0.4" -//! chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", rev = "f8599bf" } +//! chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", rev = "ff1df09" } //! ``` //! //! Then put this in your `lib.rs` or `main.rs`: