aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-05-26 13:12:27 -0700
committerBrian Warner <warner@lothar.com>2018-05-26 13:12:27 -0700
commit9bd20219ac9d6727a4b99cf6dd48e44b3190c6c9 (patch)
tree5bc29bcd9ae252162a96503729e1b1af655d90aa
parent2958035067bc7cb01e1c6672f53daf8d0f1e8096 (diff)
downloadPAKEs-9bd20219ac9d6727a4b99cf6dd48e44b3190c6c9.tar.xz
(cargo-release) start next development iteration 0.0.9-alpha.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fdabe09..f3001e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.8"
+version = "0.0.9-alpha.0"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"