From 644b9067657ad57e7b4f956956c52cd022d5a826 Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Mon, 30 Mar 2020 21:26:44 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.7.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d306d88..fa59f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-tls" -version = "0.7.0" +version = "0.7.1-alpha.0" authors = ["The async-rs developers", "Florian Gilcher ", "dignifiedquire ", "quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/async-std/async-tls"