Skip to content

Commit

Permalink
Merge 4c57c6f into 5ed3443
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Jul 9, 2019
2 parents 5ed3443 + 4c57c6f commit d8fcc86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: rust
sudo: false
rust:
- nightly-2019-06-27
- nightly-2019-07-06

os:
- linux
Expand All @@ -12,7 +12,7 @@ script:
matrix:
include:
- os: linux
rust: nightly-2019-06-27
rust: nightly-2019-07-06
sudo: required
name: coverage
addons: # needed for `cargo install cargo-travis`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -14,5 +14,5 @@ edition = "2018"
pin-utils = "=0.1.0-alpha.4"

[dependencies.futures]
version = "=0.3.0-alpha.16"
version = "=0.3.0-alpha.17"
package = "futures-preview"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ like `FutureExt::map`, `TryFutureExt::and_then`...

# Requirements

Rust nightly-2019-06-27 for async_await, await_macro...
Rust nightly-2019-07-06 for async_await, await_macro...

# State

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
@@ -1,4 +1,4 @@
#![feature(async_await, gen_future, generators)]
#![feature(async_await, async_closure, gen_future, generators)]

pub mod future;
pub mod stream;

0 comments on commit d8fcc86

Please sign in to comment.