File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " chrono_lc"
3
- version = " 0.1.4 "
3
+ version = " 0.1.5 "
4
4
edition = " 2021"
5
5
authors = [" Alessandro Pellizzari <alex@amiran.it>" , " Erica Marigold <hi@devcomp.xyz>" ]
6
6
description = " Localised date and time formatting library for Rust, based on chrono"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Include the dependency in `Cargo.toml`:
9
9
``` toml
10
10
[dependencies ]
11
11
chrono = " 0.4"
12
- chrono_lc = " 0.1.4 "
12
+ chrono_lc = " 0.1.5 "
13
13
```
14
14
15
15
Import the required modules into ` lib.rs ` or ` main.rs ` :
Original file line number Diff line number Diff line change 8
8
//! ```toml
9
9
//! [dependencies]
10
10
//! chrono = "0.4"
11
- //! chrono_lc = "0.1.4 "
11
+ //! chrono_lc = "0.1.5 "
12
12
//! ```
13
13
//!
14
14
//! Then put this in your `lib.rs` or `main.rs`:
You can’t perform that action at this time.
0 commit comments