From add475c1c6c2e6e4b642488fda9fb8a3aec15df2 Mon Sep 17 00:00:00 2001 From: Compey Date: Wed, 6 Sep 2023 13:09:16 +0530 Subject: [PATCH] chore(crate): bump crate version --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e659397..c640d54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono_lc" -version = "0.1.2" +version = "0.1.3" 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 2e93e86..0589393 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Put this in your Cargo.toml: ```toml [dependencies] chrono = "0.4.56" -chrono_lc = "0.1.2" +chrono_lc = "0.1.3" ``` Then put this in your `lib.rs` or `main.rs`: diff --git a/src/lib.rs b/src/lib.rs index 8edcd55..ae4b048 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ //! ```toml //! [dependencies] //! chrono = "0.4" -//! chrono_lc = "0.1.2" +//! chrono_lc = "0.1.3" //! ``` //! //! Then put this in your `lib.rs` or `main.rs`: