We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b29198 commit ea98f49Copy full SHA for ea98f49
.travis.yml
@@ -25,7 +25,7 @@ matrix:
25
26
# When updating this, the reminder to update the minimum required version in README.md.
27
- name: cargo test (minimum required version)
28
- rust: nightly-2019-01-11
+ rust: nightly-2019-02-15
29
30
- name: cargo clippy
31
rust: nightly
README.md
@@ -39,7 +39,7 @@ Now, you can use futures-rs:
39
use futures::future::Future; // Note: It's not `futures_preview`
40
```
41
42
-The current version of futures-rs requires Rust nightly 2019-01-11 or later.
+The current version of futures-rs requires Rust nightly 2019-02-15 or later.
43
44
### Feature `std`
45
0 commit comments