chore(rustdoc): bump version

This commit is contained in:
Erica Marigold 2023-08-23 21:02:40 +05:30 committed by GitHub
parent 408a1012a4
commit b47f2afe06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = "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`: //! Then put this in your `lib.rs` or `main.rs`: