aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-05-25 12:24:15 -0700
committerBrian Warner <warner@lothar.com>2018-05-25 12:24:15 -0700
commit1b4418d60820b11201d17c427e2875a676ccc791 (patch)
tree31197c07cdd32444fd039ad1a245e5f7b2ec1267
parent71baf98729b8fba7ff624f151e675799ce861c8b (diff)
downloadPAKEs-1b4418d60820b11201d17c427e2875a676ccc791.tar.xz
(cargo-release) start next development iteration 0.0.8-alpha.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7aeb82c..f401ec3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.7"
+version = "0.0.8-alpha.0"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"