From 49ad690a604304c6dfd750f40f4b0809faeb01cf Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 24 Feb 2021 22:07:55 +0900 Subject: [PATCH] Release 0.1.31 (#2359) --- Cargo.toml | 2 +- futures01/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 035af4ed9c..01dfd53f02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures" -version = "0.1.30" +version = "0.1.31" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/futures01/Cargo.toml b/futures01/Cargo.toml index 2f53fbc47a..05e3e26f6e 100644 --- a/futures01/Cargo.toml +++ b/futures01/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures01" -version = "0.1.30" +version = "0.1.31" 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.30" +version = "0.1.31" default-features = false [features]