aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Arcieri <bascule@gmail.com>2020-10-07 12:49:44 -0700
committerGitHub <noreply@github.com>2020-10-07 12:49:44 -0700
commit04ca077f2706fbd4bb5ed903a22bdcd2f20b2b0a (patch)
treeac7ffcde9360e3ba7df7868c1a131653a02eb3f0
parent00d7d43e619a6bebe17459e620edd2d123c84bcf (diff)
downloadPAKEs-04ca077f2706fbd4bb5ed903a22bdcd2f20b2b0a.tar.xz
srp v0.5.0 (#38)
-rw-r--r--srp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/srp/Cargo.toml b/srp/Cargo.toml
index 5541039..afff8a0 100644
--- a/srp/Cargo.toml
+++ b/srp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "srp"
-version = "0.4.3"
+version = "0.5.0"
edition = "2018"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"