mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 04:40:36 +00:00
chore(crate): bump version
This commit is contained in:
parent
c477dca08e
commit
11d5f2733b
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "chrono_lc"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
edition = "2021"
|
||||
authors = [
|
||||
"Alessandro Pellizzari <alex@amiran.it>",
|
||||
|
|
|
@ -9,7 +9,7 @@ Include the dependency in `Cargo.toml`:
|
|||
```toml
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
chrono_lc = "0.1.6"
|
||||
chrono_lc = "0.1.7"
|
||||
```
|
||||
|
||||
Import the required modules into `lib.rs` or `main.rs`:
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//! ```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`:
|
||||
|
|
Loading…
Reference in a new issue