From bf0cab1badae54941fddd7140ed73603b66e08e3 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Thu, 3 Feb 2022 01:47:28 -0600 Subject: [PATCH] meta: v0.8.1 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcc47fc..8f63167 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.8.0" +version = "0.8.1" authors = ["Jake McGinty ", "trevp"] license = "Apache-2.0 OR MIT" categories = ["cryptography"]