From 6db66422556cb587ebd7923087ee8bb154b1b6b5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 30 Sep 2020 16:59:43 +0900 Subject: [PATCH] Release 0.1.30 --- Cargo.toml | 2 +- futures01/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 99863783f2..332ab52dea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures" -version = "0.1.29" +version = "0.1.30" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/futures01/Cargo.toml b/futures01/Cargo.toml index 16d294d6c7..2f53fbc47a 100644 --- a/futures01/Cargo.toml +++ b/futures01/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures01" -version = "0.1.29" +version = "0.1.30" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang-nursery/futures-rs" @@ -16,7 +16,7 @@ the `futures` crate. [dependencies.futures] path = ".." -version = "0.1.29" +version = "0.1.30" default-features = false [features]