From e10ddb9177c9d588488cf5c7b0f0b9a24ae4764a Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Fri, 16 Oct 2020 18:54:50 -0700 Subject: [PATCH] (cargo-release) version 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49e315c..f624fc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tide-rustls" -version = "0.1.3-alpha.0" +version = "0.1.3" authors = ["Jacob Rothstein "] edition = "2018" description = "tide tls listener based on async-tls and rustls"