File tree 3 files changed +8
-5
lines changed
3 files changed +8
-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.5 "
3
+ version = " 0.1.6 "
4
4
edition = " 2021"
5
- authors = [" Alessandro Pellizzari <alex@amiran.it>" , " Erica Marigold <hi@devcomp.xyz>" ]
5
+ authors = [
6
+ " Alessandro Pellizzari <alex@amiran.it>" ,
7
+ " Erica Marigold <hi@devcomp.xyz>" ,
8
+ ]
6
9
description = " Localised date and time formatting library for Rust, based on chrono"
7
10
homepage = " https://github.com/0x5eal/chrono-locale"
8
11
readme = " README.md"
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.5 "
12
+ chrono_lc = " 0.1.6 "
13
13
```
14
14
15
15
Import the required modules into ` lib.rs ` or ` main.rs ` :
@@ -19,7 +19,7 @@ use chrono::prelude::*;
19
19
use chrono_lc :: LocaleDate ;
20
20
```
21
21
> ** Note**
22
- > You can choose to import just parts of chrono instead of the whole prelude. Please see [ ' ` chrono ` 's documentation] ( https://docs.rs/chrono/ ) .
22
+ > You can choose to import just parts of chrono instead of the whole prelude. Please see [ ` chrono ` 's documentation] ( https://docs.rs/chrono/ ) .
23
23
24
24
To format a chrono ` Date ` or ` DateTime ` object, you can use the ` formatl ` method:
25
25
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.5 "
11
+ //! chrono_lc = "0.1.6 "
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