From: Brian Warner Date: Thu, 21 Sep 2017 21:01:41 +0000 (-0700) Subject: release 0.0.2, still preliminary X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f4f23fb64ea4f33094412fb392c40813cbce8c4f;p=PAKEs.git release 0.0.2, still preliminary --- diff --git a/Cargo.toml b/Cargo.toml index e7850da..a4a1a96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.0.1" +version = "0.0.2" authors = ["Brian Warner "] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2"