aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-08-20 21:45:11 -0700
committerBrian Warner <warner@lothar.com>2018-08-20 21:45:11 -0700
commit033cd4c90fc1d34bd0379cd3e4c5b5db21910740 (patch)
treeb7cc55aa496c4aff2e3fbe7e7d25d70320b47c04
parent36270864db817943b112d0dacbfee034731dbb64 (diff)
downloadPAKEs-033cd4c90fc1d34bd0379cd3e4c5b5db21910740.tar.xz
(cargo-release) start next development iteration 0.0.10-alpha.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e633fa2..b6d783f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.9"
+version = "0.0.10-alpha.0"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"