aboutsummaryrefslogtreecommitdiff
path: root/spake2/Cargo.toml
diff options
context:
space:
mode:
authorTony Arcieri <bascule@gmail.com>2022-01-22 16:11:24 -0700
committerGitHub <noreply@github.com>2022-01-22 16:11:24 -0700
commita4bce889f813c96a699ee90a58c81d79ac9f13ad (patch)
tree9a7f7e1eecc2d3252308b79c3ba9db681a4843f9 /spake2/Cargo.toml
parentfb570e02d56b47a812e2a27b6b62eba01ce0416f (diff)
downloadPAKEs-a4bce889f813c96a699ee90a58c81d79ac9f13ad.tar.xz
spake2 v0.3.0 (#90)
Diffstat (limited to 'spake2/Cargo.toml')
-rw-r--r--spake2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml
index 5547cfa..711c90f 100644
--- a/spake2/Cargo.toml
+++ b/spake2/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.3.0-pre"
+version = "0.3.0"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm."
documentation = "https://docs.rs/spake2"