aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-12-20 16:04:35 -0500
committerBrian Warner <warner@lothar.com>2018-12-20 16:04:35 -0500
commit64f5b7b096d3022b76fe8ba88addd2e585c17024 (patch)
tree9389f49b08b5b7d5289dcef6af6c05c0731e271d
parentaa9674bbc150bac4352b80382724daf052072c8c (diff)
downloadPAKEs-64f5b7b096d3022b76fe8ba88addd2e585c17024.tar.xz
srp: release srp-0.4.0
-rw-r--r--srp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/srp/Cargo.toml b/srp/Cargo.toml
index 19b41a8..9bda515 100644
--- a/srp/Cargo.toml
+++ b/srp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "srp"
-version = "0.4.0-alpha.0"
+version = "0.4.0"
edition = "2018"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"