aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2017-09-21 14:01:41 -0700
committerBrian Warner <warner@lothar.com>2017-09-21 14:01:41 -0700
commitf4f23fb64ea4f33094412fb392c40813cbce8c4f (patch)
tree96ab47490441633377a8f4d21fcd3ff62cbce160
parentb9ef2eebeaca2689e79cd2ee00b0efe79c522e9f (diff)
downloadPAKEs-f4f23fb64ea4f33094412fb392c40813cbce8c4f.tar.xz
release 0.0.2, still preliminary
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7850da..a4a1a96 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.1"
+version = "0.0.2"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"