From 45a3ba5f328c9680a393ae849a831a5329a88954 Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Wed, 19 Jan 2022 00:53:48 -0700 Subject: [PATCH] Prepare for 0.3.0 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b2758a5..a0f23ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tls-listener" description = "wrap incoming Stream of connections in TLS" -version = "0.2.1" +version = "0.3.0" authors = ["Thayne McCombs "] repository = "https://github.com/tmccombs/tls-listener" edition = "2018"