From e8ee12271c1f88d3424e6a065efde1a0cb0d3137 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Wed, 9 Sep 2020 14:18:08 +0200 Subject: [PATCH] v0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85ff152..fb6d47d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-tls" -version = "0.9.0" +version = "0.10.0" authors = ["The async-rs developers", "Florian Gilcher ", "dignifiedquire ", "quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/async-std/async-tls"