Skip to content

Commit 98ad34b

Browse files
chore: Update iso8601 to 0.4
Signed-off-by: Igor Raits <[email protected]>
1 parent 898c0be commit 98ad34b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
22
rust:
3-
- 1.31.0
3+
- 1.35.0
44
- stable
55
- beta
66
- nightly

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locale = "0.2"
1818
num-traits = "0.2"
1919
pad = "0.1"
2020
libc = "0.2"
21-
iso8601 = "0.3.0"
21+
iso8601 = "0.4"
2222

2323

2424
[target.'cfg(windows)'.dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ This crate works with [Cargo](https://crates.io). Add the following to your `Car
1414
datetime = "0.5"
1515
```
1616

17-
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).
17+
The earliest version of Rust that this crate is tested against is [Rust v1.35.0](https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html).

0 commit comments

Comments
 (0)