From 6c99643e4faf425b0bdb1a58ef877042cce1682b Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Tue, 18 Feb 2025 15:31:41 -0600 Subject: [PATCH] meta: v0.10.0-alpha.1 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6fffd2..a98c7ac 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.0" +version = "0.10.0-alpha.1" authors = ["Jake McGinty ", "trevp"] license = "Apache-2.0 OR MIT" categories = ["cryptography"]