aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-08-20 21:53:46 -0700
committerBrian Warner <warner@lothar.com>2018-08-20 21:53:46 -0700
commit2fe67eb0f0c686923c5c4be15dddf7eb48775fdf (patch)
treea0b7367a85bfc6954103b7aaba3a2802f28b49f7
parentc1621a73e27b3b284d51f1f1b57a7f65582d4395 (diff)
downloadPAKEs-2fe67eb0f0c686923c5c4be15dddf7eb48775fdf.tar.xz
(cargo-release) version 0.1.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b6d783f..f6c1a2a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.10-alpha.0"
+version = "0.1.0"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"