aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-01-28 11:38:22 -0800
committerBrian Warner <warner@lothar.com>2018-01-28 11:38:22 -0800
commite350b76cbde9bda0f6628b2f3baa07cc652fec16 (patch)
tree2b27b9589e181b53f2a3e79d0cfac278d8736224
parent9b3b99f92c234fb7f75df4944367777a50132943 (diff)
downloadPAKEs-e350b76cbde9bda0f6628b2f3baa07cc652fec16.tar.xz
(cargo-release) start next development iteration 0.0.5-alpha.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7cf9abc..b4fa517 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.4"
+version = "0.0.5-alpha.0"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"