From c9608a4d2c3c739afc0fef3854b92688f99b471f Mon Sep 17 00:00:00 2001 From: Compey Date: Wed, 23 Aug 2023 19:10:07 +0530 Subject: [PATCH] chore: bump rev --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab188d8..8b6b2d6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Put this in your Cargo.toml: ```toml [dependencies] chrono = "0.4.56" -chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", rev = "ff1df09" } +chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", rev = "2a7ebcc" } ``` Then put this in your `lib.rs` or `main.rs`: diff --git a/src/lib.rs b/src/lib.rs index d73418c..23c83f2 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 = "ff1df09" } +//! chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", rev = "2a7ebcc" } //! ``` //! //! Then put this in your `lib.rs` or `main.rs`: