chore(crate): bump version

This commit is contained in:
Erica Marigold 2023-09-19 11:27:33 +05:30
parent b349835e86
commit 41b9768b31
No known key found for this signature in database
GPG key ID: 7843994FD1386E35
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "chrono_lc"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Alessandro Pellizzari <alex@amiran.it>", "Erica Marigold <hi@devcomp.xyz>"]
description = "Localised date and time formatting library for Rust, based on chrono"
@ -13,7 +13,7 @@ repository = "https://github.com/0x5eal/chrono-locale"
build = "build.rs"
[dependencies]
chrono = "0.4.29"
chrono = "0.4"
num-integer = { version = "0.1", default-features = false }
lazy_static = "1.2"

View file

@ -8,8 +8,8 @@ Include the dependency in `Cargo.toml`:
```toml
[dependencies]
chrono = "0.4.29"
chrono_lc = "0.1.3"
chrono = "0.4"
chrono_lc = "0.1.4"
```
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.3"
//! chrono_lc = "0.1.4"
//! ```
//!
//! Then put this in your `lib.rs` or `main.rs`: