From 6a92da7778145a592e3bfcba8f48db4ac83b761f Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Wed, 12 May 2021 01:55:24 +0900 Subject: [PATCH] meta: v0.8.0 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51ef62d..003addb 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.3" +version = "0.8.0" authors = ["Jake McGinty ", "trevp"] license = "Apache-2.0 OR MIT" categories = ["cryptography"]