chore: bump rev

This commit is contained in:
Erica Marigold 2023-08-23 19:10:07 +05:30
parent 2a7ebcc019
commit c9608a4d2c
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2
2 changed files with 2 additions and 2 deletions

View file

@ -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`:

View file

@ -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`: