diff options
author | Brian Warner <warner@lothar.com> | 2018-05-25 12:23:51 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-05-25 12:23:51 -0700 |
commit | 71baf98729b8fba7ff624f151e675799ce861c8b (patch) | |
tree | 029feca22d01c9caf091441db37257fe57235556 | |
parent | db65799f4aef435eee446596e55cd7b0977fa97d (diff) | |
download | PAKEs-71baf98729b8fba7ff624f151e675799ce861c8b.tar.xz |
(cargo-release) version 0.0.7
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.0.7-alpha.0" +version = "0.0.7" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |