From 59804f8d14ff9d426ca637320fe1b04072a4c6c2 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Wed, 16 Aug 2023 19:06:41 +0200 Subject: [PATCH] meta: v0.9.3 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2dc4e5..a89a5ab 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.2" +version = "0.9.3" authors = ["Jake McGinty ", "trevp"] license = "Apache-2.0 OR MIT" categories = ["cryptography"]