Skip to content

Commit 898c0be

Browse files
committed
v0.5.0
1 parent 368558b commit 898c0be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = ["/README.md", "/LICENCE", "/.rustfmt.toml", "/.travis.yml"]
88
license = "MIT"
99
readme = "README.md"
1010
repository = "https://github.com/rust-datetime/datetime"
11-
version = "0.4.7"
11+
version = "0.5.0"
1212

1313
[lib]
1414
name = "datetime"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This crate works with [Cargo](https://crates.io). Add the following to your `Car
1111

1212
```toml
1313
[dependencies]
14-
datetime = "0.4"
14+
datetime = "0.5"
1515
```
1616

1717
The earliest version of Rust that this crate is tested against is [Rust v1.31.0](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html).

0 commit comments

Comments
 (0)