From 11fcef01549883032a6e88c1b1d3285d730f3acf Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Mon, 30 Oct 2023 10:35:35 +0100 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aae5110..badd781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-tls" -version = "0.16.0" +version = "0.16.1" edition = "2021" description = "TLS 1.3 client with no_std support and no allocator" documentation = "https://docs.rs/embedded-tls"