chore(crate): bump crate version

This commit is contained in:
Erica Marigold 2023-09-06 13:09:16 +05:30
parent e25de2a2f6
commit add475c1c6
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2
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.2" version = "0.1.3"
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 @@ Put this in your Cargo.toml:
```toml ```toml
[dependencies] [dependencies]
chrono = "0.4.56" chrono = "0.4.56"
chrono_lc = "0.1.2" chrono_lc = "0.1.3"
``` ```
Then put this in your `lib.rs` or `main.rs`: Then put this in your `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.2" //! chrono_lc = "0.1.3"
//! ``` //! ```
//! //!
//! Then put this in your `lib.rs` or `main.rs`: //! Then put this in your `lib.rs` or `main.rs`: