File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " chrono_lc"
3
- version = " 0.1.3 "
3
+ version = " 0.1.4 "
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"
@@ -13,7 +13,7 @@ repository = "https://github.com/0x5eal/chrono-locale"
13
13
build = " build.rs"
14
14
15
15
[dependencies ]
16
- chrono = " 0.4.29 "
16
+ chrono = " 0.4"
17
17
num-integer = { version = " 0.1" , default-features = false }
18
18
lazy_static = " 1.2"
19
19
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Include the dependency in `Cargo.toml`:
8
8
9
9
``` toml
10
10
[dependencies ]
11
- chrono = " 0.4.29 "
12
- chrono_lc = " 0.1.3 "
11
+ chrono = " 0.4"
12
+ chrono_lc = " 0.1.4 "
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.3 "
11
+ //! chrono_lc = "0.1.4 "
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