Skip to content

Commit

Permalink
Stage 0.2.3 releases to fix nightly feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Jul 2, 2018
1 parent 676baa4 commit 0faee4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion futures-async-runtime/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "futures-async-runtime-preview"
version = "0.2.2"
version = "0.2.3"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion futures-core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "futures-core-preview"
version = "0.2.2"
version = "0.2.3"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang-nursery/futures-rs"
Expand Down
2 changes: 1 addition & 1 deletion futures-stable/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "futures-stable-preview"
description = "futures which support internal references"
version = "0.2.2"
version = "0.2.3"
authors = ["boats <boats@mozilla.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang-nursery/futures-rs"
Expand Down

0 comments on commit 0faee4d

Please sign in to comment.