We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c477dca commit 11d5f27Copy full SHA for 11d5f27
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "chrono_lc"
3
-version = "0.1.6"
+version = "0.1.7"
4
edition = "2021"
5
authors = [
6
"Alessandro Pellizzari <alex@amiran.it>",
README.md
@@ -9,7 +9,7 @@ Include the dependency in `Cargo.toml`:
9
```toml
10
[dependencies]
11
chrono = "0.4"
12
-chrono_lc = "0.1.6"
+chrono_lc = "0.1.7"
13
```
14
15
Import the required modules into `lib.rs` or `main.rs`:
src/lib.rs
@@ -8,7 +8,7 @@
8
//! ```toml
//! [dependencies]
//! chrono = "0.4"
-//! chrono_lc = "0.1.6"
+//! chrono_lc = "0.1.7"
//! ```
//!
//! Then put this in your `lib.rs` or `main.rs`:
0 commit comments