chore(crate): bump version

This commit is contained in:
Erica Marigold 2024-05-12 22:32:20 +05:30
parent c477dca08e
commit 11d5f2733b
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "chrono_lc"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = [
"Alessandro Pellizzari <alex@amiran.it>",

View file

@ -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`:

View file

@ -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`: