File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
2
rust :
3
- - 1.31 .0
3
+ - 1.35 .0
4
4
- stable
5
5
- beta
6
6
- nightly
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ locale = "0.2"
18
18
num-traits = " 0.2"
19
19
pad = " 0.1"
20
20
libc = " 0.2"
21
- iso8601 = " 0.3.0 "
21
+ iso8601 = " 0.4 "
22
22
23
23
24
24
[target .'cfg(windows)' .dependencies ]
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ This crate works with [Cargo](https://crates.io). Add the following to your `Car
14
14
datetime = " 0.5"
15
15
```
16
16
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 ) .
You can’t perform that action at this time.
0 commit comments