Skip to content

Commit 41b9768

Browse files
committed
chore(crate): bump version
1 parent b349835 commit 41b9768

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chrono_lc"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
authors = ["Alessandro Pellizzari <alex@amiran.it>", "Erica Marigold <hi@devcomp.xyz>"]
66
description = "Localised date and time formatting library for Rust, based on chrono"
@@ -13,7 +13,7 @@ repository = "https://github.com/0x5eal/chrono-locale"
1313
build = "build.rs"
1414

1515
[dependencies]
16-
chrono = "0.4.29"
16+
chrono = "0.4"
1717
num-integer = { version = "0.1", default-features = false }
1818
lazy_static = "1.2"
1919

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Include the dependency in `Cargo.toml`:
88

99
```toml
1010
[dependencies]
11-
chrono = "0.4.29"
12-
chrono_lc = "0.1.3"
11+
chrono = "0.4"
12+
chrono_lc = "0.1.4"
1313
```
1414

1515
Import the required modules into `lib.rs` or `main.rs`:

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//! ```toml
99
//! [dependencies]
1010
//! chrono = "0.4"
11-
//! chrono_lc = "0.1.3"
11+
//! chrono_lc = "0.1.4"
1212
//! ```
1313
//!
1414
//! Then put this in your `lib.rs` or `main.rs`:

0 commit comments

Comments
 (0)