From a11d0d9dbff8b86c5b2b53ccde3f11c7d65ce507 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Sun, 12 Mar 2023 19:13:13 -0500 Subject: [PATCH] meta: v0.9.2 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a2769c..3b58724 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.1" +version = "0.9.2" authors = ["Jake McGinty ", "trevp"] license = "Apache-2.0 OR MIT" categories = ["cryptography"]