Skip to content

Commit

Permalink
chore: Update iso8601 to 0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Raits <[email protected]>
  • Loading branch information
ignatenkobrain committed May 18, 2020
1 parent 898c0be commit 98ad34b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- 1.31.0
- 1.35.0
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locale = "0.2"
num-traits = "0.2"
pad = "0.1"
libc = "0.2"
iso8601 = "0.3.0"
iso8601 = "0.4"


[target.'cfg(windows)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ This crate works with [Cargo](https://crates.io). Add the following to your `Car
datetime = "0.5"
```

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).
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 comments on commit 98ad34b

Please sign in to comment.