Skip to content

Commit

Permalink
chore(crate): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Jan 14, 2024
1 parent f7ed35b commit e3f2c5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chrono_lc"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = ["Alessandro Pellizzari <[email protected]>", "Erica Marigold <[email protected]>"]
description = "Localised date and time formatting library for Rust, based on chrono"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Include the dependency in `Cargo.toml`:
```toml
[dependencies]
chrono = "0.4"
chrono_lc = "0.1.4"
chrono_lc = "0.1.5"
```

Import the required modules into `lib.rs` or `main.rs`:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! ```toml
//! [dependencies]
//! chrono = "0.4"
//! chrono_lc = "0.1.4"
//! chrono_lc = "0.1.5"
//! ```
//!
//! Then put this in your `lib.rs` or `main.rs`:
Expand Down

0 comments on commit e3f2c5a

Please sign in to comment.