From fd56e6c80e42d9b4a4f67842d2fb3a30893f9be8 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Tue, 31 Jan 2023 16:59:12 -0600 Subject: [PATCH] meta: v0.9.1 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebc0b35..cdb3844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A pure-rust implementation of the Noise Protocol Framework" homepage = "https://snow.rs" documentation = "https://snow.rs/doc/snow" repository = "https://github.com/mcginty/snow" -version = "0.9.0" +version = "0.9.1" authors = ["Jake McGinty ", "trevp"] license = "Apache-2.0 OR MIT" categories = ["cryptography"]