aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-05-22 17:22:55 -0700
committerBrian Warner <warner@lothar.com>2018-05-22 17:22:55 -0700
commit2da29cfacc3a48222a4e1147b952015d6a5a61c2 (patch)
tree63323569ec8becf47cc9b0870ec5fef053abf52d
parent0c500f320f794ea3124533d6c35b677aa82ba93a (diff)
downloadPAKEs-2da29cfacc3a48222a4e1147b952015d6a5a61c2.tar.xz
(cargo-release) version 0.0.6
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 404bc0c..23fbc98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.6-alpha.0"
+version = "0.0.6"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"