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