Skip to content

Commit

Permalink
Activate nightly feature for futures-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Mar 22, 2018
1 parent 3983f56 commit 3dea873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ members = ["testcrate"]
futures-await-async-macro = { path = "futures-await-async-macro", version = "0.2.0-alpha" }
futures-await-await-macro = { path = "futures-await-await-macro", version = "0.2.0-alpha" }
futures = "0.2.0-alpha"
futures-stable = "0.2.0-alpha"
futures-stable = { features = ["nightly"], version = "0.2.0-alpha" }
pin-api = "0.1.1"

0 comments on commit 3dea873

Please sign in to comment.