From 1328fc9e8af5737183df477c7501e6ea24ff2053 Mon Sep 17 00:00:00 2001 From: Taylor Cramer Date: Thu, 12 Jul 2018 22:07:02 -0700 Subject: [PATCH] 0.1.23 Release Soundness fixes to the `Shared` combinator --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62d4352406..81895e3c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures" -version = "0.1.22" +version = "0.1.23" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md"