aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-04-29 14:28:08 -0700
committerBrian Warner <warner@lothar.com>2018-04-29 14:28:08 -0700
commit3705d533697e86b9e962e7be2e013669e1146cca (patch)
tree848f0e1169a3a043458a3ee43608838aae3c73d0
parent2a9fd36a749485b8c512c962f51f6e864bd0469e (diff)
downloadPAKEs-3705d533697e86b9e962e7be2e013669e1146cca.tar.xz
(cargo-release) start next development iteration 0.0.6-alpha.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2944c99..d4dbc33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.5"
+version = "0.0.6-alpha.0"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"