From 28b12e017c8e3ba7b241228a18cafcf89702e93e Mon Sep 17 00:00:00 2001 From: Ilya Titkov Date: Sun, 26 Sep 2021 18:34:03 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0f09b0..e266b1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fure" -version = "0.1.0" +version = "0.1.1" edition = "2018" authors = ["Ilya Titkov "] keywords = ["futures-retry", "retry", "futures"]