chore: update installation rustdoc

This commit is contained in:
Erica Marigold 2023-08-23 18:50:41 +05:30 committed by GitHub
parent 6ba7a3bd04
commit ff1df090a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
//! ```toml
//! [dependencies]
//! chrono = "0.4"
//! chrono_locale = "0.1"
//! chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", rev = "f8599bf" }
//! ```
//!
//! Then put this in your `lib.rs` or `main.rs`: