From b47f2afe0661a6b15ae788af250ea8afa9e33a4d Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 23 Aug 2023 21:02:40 +0530 Subject: [PATCH] chore(rustdoc): bump version --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 23c83f2..9e9384c 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 = "2a7ebcc" } +//! chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", version = "v0.1.2" } //! ``` //! //! Then put this in your `lib.rs` or `main.rs`: