From 4cd77c544a8454d153340139323e8f0e2802212e Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Sat, 11 Nov 2023 15:37:53 -0700 Subject: [PATCH] meta: v0.9.4 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85f3a54..20ccede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A pure-rust implementation of the Noise Protocol Framework" homepage = "https://github.com/mcginty/snow" documentation = "https://docs.rs/snow/" repository = "https://github.com/mcginty/snow" -version = "0.9.3" +version = "0.9.4" authors = ["Jake McGinty ", "trevp"] license = "Apache-2.0 OR MIT" categories = ["cryptography"]