Skip to content

Commit c0ab33a

Browse files
committed
Update to latest futures
1 parent eeda3c9 commit c0ab33a

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,7 +1,7 @@
11
language: rust
22
sudo: false
33
rust:
4-
- nightly-2019-05-10
4+
- nightly-2019-06-26
55

66
os:
77
- linux

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ edition = "2018"
1414
pin-utils = "=0.1.0-alpha.4"
1515

1616
[dependencies.futures]
17-
version = "=0.3.0-alpha.15"
17+
version = "=0.3.0-alpha.16"
1818
package = "futures-preview"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ like `FutureExt::map`, `TryFutureExt::and_then`...
99

1010
# Requirements
1111

12-
Rust nightly-2019-04-26 for async_await, await_macro...
12+
Rust nightly-2019-06-26 for async_await, await_macro...
1313

1414
# State
1515

0 commit comments

Comments
 (0)