Skip to content

Commit ea98f49

Browse files
committed
Update required version numbers
1 parent 0b29198 commit ea98f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525

2626
# When updating this, the reminder to update the minimum required version in README.md.
2727
- name: cargo test (minimum required version)
28-
rust: nightly-2019-01-11
28+
rust: nightly-2019-02-15
2929

3030
- name: cargo clippy
3131
rust: nightly

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Now, you can use futures-rs:
3939
use futures::future::Future; // Note: It's not `futures_preview`
4040
```
4141

42-
The current version of futures-rs requires Rust nightly 2019-01-11 or later.
42+
The current version of futures-rs requires Rust nightly 2019-02-15 or later.
4343

4444
### Feature `std`
4545

0 commit comments

Comments
 (0)