mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 12:50:36 +00:00
chore(crate): bump version
This commit is contained in:
parent
b349835e86
commit
41b9768b31
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "chrono_lc"
|
name = "chrono_lc"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Alessandro Pellizzari <alex@amiran.it>", "Erica Marigold <hi@devcomp.xyz>"]
|
authors = ["Alessandro Pellizzari <alex@amiran.it>", "Erica Marigold <hi@devcomp.xyz>"]
|
||||||
description = "Localised date and time formatting library for Rust, based on chrono"
|
description = "Localised date and time formatting library for Rust, based on chrono"
|
||||||
|
@ -13,7 +13,7 @@ repository = "https://github.com/0x5eal/chrono-locale"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.29"
|
chrono = "0.4"
|
||||||
num-integer = { version = "0.1", default-features = false }
|
num-integer = { version = "0.1", default-features = false }
|
||||||
lazy_static = "1.2"
|
lazy_static = "1.2"
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,8 @@ Include the dependency in `Cargo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.29"
|
chrono = "0.4"
|
||||||
chrono_lc = "0.1.3"
|
chrono_lc = "0.1.4"
|
||||||
```
|
```
|
||||||
|
|
||||||
Import the required modules into `lib.rs` or `main.rs`:
|
Import the required modules into `lib.rs` or `main.rs`:
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies]
|
//! [dependencies]
|
||||||
//! chrono = "0.4"
|
//! chrono = "0.4"
|
||||||
//! chrono_lc = "0.1.3"
|
//! chrono_lc = "0.1.4"
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! Then put this in your `lib.rs` or `main.rs`:
|
//! Then put this in your `lib.rs` or `main.rs`:
|
||||||
|
|
Loading…
Reference in a new issue