diff --git a/src/lib.rs b/src/lib.rs index 853841b..7d38a14 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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`: