aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-04-29 14:27:50 -0700
committerBrian Warner <warner@lothar.com>2018-04-29 14:27:50 -0700
commit2a9fd36a749485b8c512c962f51f6e864bd0469e (patch)
treed5d34ab83891b8ef7b3c5fbe469dd249ccb819ac
parentbff1b1fd9e8e8920247913e126bfc335fb770127 (diff)
downloadPAKEs-2a9fd36a749485b8c512c962f51f6e864bd0469e.tar.xz
(cargo-release) version 0.0.5
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ed7eb20..2944c99 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.5-alpha.0"
+version = "0.0.5"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"