aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-12-20 16:15:21 -0500
committerBrian Warner <warner@lothar.com>2018-12-20 16:15:21 -0500
commitba80384c20cda98c978f2bfcd895fbc7a2232142 (patch)
tree979cfbad0c6521d912b676e7aeba63227df846a4
parent64f5b7b096d3022b76fe8ba88addd2e585c17024 (diff)
downloadPAKEs-ba80384c20cda98c978f2bfcd895fbc7a2232142.tar.xz
(cargo-release) spake2-v0.2.0
-rw-r--r--spake2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml
index 8c7a661..128a592 100644
--- a/spake2/Cargo.toml
+++ b/spake2/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.1.2-alpha.0"
+version = "0.2.0"
edition = "2018"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm."