aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2017-11-29 17:49:58 -0600
committerBrian Warner <warner@lothar.com>2017-11-29 17:49:58 -0600
commite014de2eaad5e2cf9aa3c7f3c7754566f5d37b57 (patch)
tree6145751b48a9a0243560411f7c03d777b2d55589
parentb0d898fbd8713cefbd1e0e8bab92489d07379b86 (diff)
downloadPAKEs-e014de2eaad5e2cf9aa3c7f3c7754566f5d37b57.tar.xz
(cargo-release) version 0.0.3
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cd4edd0..e25d153 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.2"
+version = "0.0.3"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"