Skip to content

Commit e3f2c5a

Browse files
committed
chore(crate): bump version
1 parent f7ed35b commit e3f2c5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chrono_lc"
3-
version = "0.1.4"
3+
version = "0.1.5"
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"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Include the dependency in `Cargo.toml`:
99
```toml
1010
[dependencies]
1111
chrono = "0.4"
12-
chrono_lc = "0.1.4"
12+
chrono_lc = "0.1.5"
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.4"
11+
//! chrono_lc = "0.1.5"
1212
//! ```
1313
//!
1414
//! Then put this in your `lib.rs` or `main.rs`:

0 commit comments

Comments
 (0)