diff options
author | Brian Warner <warner@lothar.com> | 2018-04-29 14:27:50 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-04-29 14:27:50 -0700 |
commit | 2a9fd36a749485b8c512c962f51f6e864bd0469e (patch) | |
tree | d5d34ab83891b8ef7b3c5fbe469dd249ccb819ac | |
parent | bff1b1fd9e8e8920247913e126bfc335fb770127 (diff) | |
download | PAKEs-2a9fd36a749485b8c512c962f51f6e864bd0469e.tar.xz |
(cargo-release) version 0.0.5
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.0.5-alpha.0" +version = "0.0.5" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |