From 5a0c7b1aa598a727b8ab45e1bf404d0c5982e48a Mon Sep 17 00:00:00 2001 From: Taylor Cramer Date: Mon, 9 Jul 2018 11:32:50 -0700 Subject: [PATCH] Update version to 0.1.22 This is in preparation for the 0.1.22 release. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33a5152984..62d4352406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures" -version = "0.1.20" +version = "0.1.22" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md"