chore(crate): bump version

This commit is contained in:
Erica Marigold 2024-01-14 14:05:31 +05:30
parent f7ed35b47a
commit e3f2c5a088
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] [package]
name = "chrono_lc" name = "chrono_lc"
version = "0.1.4" version = "0.1.5"
edition = "2021" edition = "2021"
authors = ["Alessandro Pellizzari <alex@amiran.it>", "Erica Marigold <hi@devcomp.xyz>"] authors = ["Alessandro Pellizzari <alex@amiran.it>", "Erica Marigold <hi@devcomp.xyz>"]
description = "Localised date and time formatting library for Rust, based on chrono" description = "Localised date and time formatting library for Rust, based on chrono"

View file

@ -9,7 +9,7 @@ Include the dependency in `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
chrono = "0.4" chrono = "0.4"
chrono_lc = "0.1.4" chrono_lc = "0.1.5"
``` ```
Import the required modules into `lib.rs` or `main.rs`: Import the required modules into `lib.rs` or `main.rs`:

View file

@ -8,7 +8,7 @@
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! chrono = "0.4" //! chrono = "0.4"
//! chrono_lc = "0.1.4" //! chrono_lc = "0.1.5"
//! ``` //! ```
//! //!
//! Then put this in your `lib.rs` or `main.rs`: //! Then put this in your `lib.rs` or `main.rs`: