diff --git a/futures-async-runtime/Cargo.toml b/futures-async-runtime/Cargo.toml index 2b7cfb704f..679cf0719c 100644 --- a/futures-async-runtime/Cargo.toml +++ b/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 "] license = "MIT/Apache-2.0" readme = "../README.md" diff --git a/futures-core/Cargo.toml b/futures-core/Cargo.toml index 28eed4feb3..370f341379 100644 --- a/futures-core/Cargo.toml +++ b/futures-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-core-preview" -version = "0.2.2" +version = "0.2.3" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang-nursery/futures-rs" diff --git a/futures-stable/Cargo.toml b/futures-stable/Cargo.toml index 6dded59432..23e028d852 100644 --- a/futures-stable/Cargo.toml +++ b/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 "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang-nursery/futures-rs"