diff options
author | Brian Warner <warner@lothar.com> | 2018-12-20 16:04:35 -0500 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-12-20 16:04:35 -0500 |
commit | 64f5b7b096d3022b76fe8ba88addd2e585c17024 (patch) | |
tree | 9389f49b08b5b7d5289dcef6af6c05c0731e271d | |
parent | aa9674bbc150bac4352b80382724daf052072c8c (diff) | |
download | PAKEs-64f5b7b096d3022b76fe8ba88addd2e585c17024.tar.xz |
srp: release srp-0.4.0
-rw-r--r-- | srp/Cargo.toml | 2 |
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" |