Skip to content

Commit 11d5f27

Browse files
committed
chore(crate): bump version
1 parent c477dca commit 11d5f27

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.6"
3+
version = "0.1.7"
44
edition = "2021"
55
authors = [
66
"Alessandro Pellizzari <alex@amiran.it>",

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.6"
12+
chrono_lc = "0.1.7"
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.6"
11+
//! chrono_lc = "0.1.7"
1212
//! ```
1313
//!
1414
//! Then put this in your `lib.rs` or `main.rs`:

0 commit comments

Comments
 (0)