From 74e30cf591d6d89c8a1670ee713ecc4e9607e38f Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Wed, 24 Jan 2024 01:19:53 -0600 Subject: [PATCH] meta: v0.9.5 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b3d129..6f2d5cb 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.4" +version = "0.9.5" authors = ["Jake McGinty ", "trevp"] license = "Apache-2.0 OR MIT" categories = ["cryptography"]