diff --git a/Cargo.toml b/Cargo.toml index 53b6ae1..d3d0366 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono_lc" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = [ "Alessandro Pellizzari ", diff --git a/README.md b/README.md index bf7e95b..26bbb4c 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.6" +chrono_lc = "0.1.7" ``` Import the required modules into `lib.rs` or `main.rs`: diff --git a/src/lib.rs b/src/lib.rs index 88eedb4..d88e28b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ //! ```toml //! [dependencies] //! chrono = "0.4" -//! chrono_lc = "0.1.6" +//! chrono_lc = "0.1.7" //! ``` //! //! Then put this in your `lib.rs` or `main.rs`: