mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 12:50:36 +00:00
chore: bump rev
This commit is contained in:
parent
2a7ebcc019
commit
c9608a4d2c
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Put this in your Cargo.toml:
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.56"
|
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`:
|
Then put this in your `lib.rs` or `main.rs`:
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies]
|
//! [dependencies]
|
||||||
//! chrono = "0.4"
|
//! 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`:
|
//! Then put this in your `lib.rs` or `main.rs`:
|
||||||
|
|
Loading…
Reference in a new issue