From 02f3475246d8404ccbbe08591f3374e8416136c6 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Thu, 3 Feb 2022 01:50:50 -0600 Subject: [PATCH] meta: v0.9.0 release there was an API change that would cause builds to break, so making this a minor version increase. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f63167..ac697f1 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.1" +version = "0.9.0" authors = ["Jake McGinty ", "trevp"] license = "Apache-2.0 OR MIT" categories = ["cryptography"]