diff options
author | Brian Warner <warner@lothar.com> | 2017-11-29 17:49:58 -0600 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2017-11-29 17:49:58 -0600 |
commit | e014de2eaad5e2cf9aa3c7f3c7754566f5d37b57 (patch) | |
tree | 6145751b48a9a0243560411f7c03d777b2d55589 | |
parent | b0d898fbd8713cefbd1e0e8bab92489d07379b86 (diff) | |
download | PAKEs-e014de2eaad5e2cf9aa3c7f3c7754566f5d37b57.tar.xz |
(cargo-release) version 0.0.3
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.0.2" +version = "0.0.3" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |