diff options
author | Brian Warner <warner@lothar.com> | 2018-05-22 17:22:55 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-05-22 17:22:55 -0700 |
commit | 2da29cfacc3a48222a4e1147b952015d6a5a61c2 (patch) | |
tree | 63323569ec8becf47cc9b0870ec5fef053abf52d | |
parent | 0c500f320f794ea3124533d6c35b677aa82ba93a (diff) | |
download | PAKEs-2da29cfacc3a48222a4e1147b952015d6a5a61c2.tar.xz |
(cargo-release) version 0.0.6
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.0.6-alpha.0" +version = "0.0.6" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |