From ae465b5ac5496c83eb2c7205207b7a81ade9772b Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Sun, 14 Feb 2021 20:53:23 +0900 Subject: [PATCH] v0.7.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7a9789..aa3d655 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.7.2" +version = "0.7.3" authors = ["Jake McGinty ", "trevp"] license = "Apache-2.0 OR MIT" categories = ["cryptography"]