diff --git a/Cargo.toml b/Cargo.toml index d7eaa95..e8970d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono_lc" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["Alessandro Pellizzari ", "Erica Marigold "] description = "Localised date and time formatting library for Rust, based on chrono" diff --git a/README.md b/README.md index fd175a9..c4461b3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Include the dependency in `Cargo.toml`: ```toml [dependencies] chrono = "0.4" -chrono_lc = "0.1.4" +chrono_lc = "0.1.5" ``` Import the required modules into `lib.rs` or `main.rs`: diff --git a/src/lib.rs b/src/lib.rs index 44fa9a9..9d4ffc6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ //! ```toml //! [dependencies] //! chrono = "0.4" -//! chrono_lc = "0.1.4" +//! chrono_lc = "0.1.5" //! ``` //! //! Then put this in your `lib.rs` or `main.rs`: