From 4bebd8998c6d0f0e622e69eb9e28d1a774a25f35 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Tue, 13 Oct 2020 11:58:20 -0700 Subject: [PATCH] Release 0.6.2 with docs fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd254dd..b1d55c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stream-cancel" -version = "0.6.1" +version = "0.6.2" edition = "2018" description = "A library for interrupting asynchronous streams."