aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-05-25 12:23:51 -0700
committerBrian Warner <warner@lothar.com>2018-05-25 12:23:51 -0700
commit71baf98729b8fba7ff624f151e675799ce861c8b (patch)
tree029feca22d01c9caf091441db37257fe57235556
parentdb65799f4aef435eee446596e55cd7b0977fa97d (diff)
downloadPAKEs-71baf98729b8fba7ff624f151e675799ce861c8b.tar.xz
(cargo-release) version 0.0.7
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 682d65d..7aeb82c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.7-alpha.0"
+version = "0.0.7"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"