diff options
author | Brian Warner <warner@lothar.com> | 2018-01-28 11:38:08 -0800 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-01-28 11:38:08 -0800 |
commit | 9b3b99f92c234fb7f75df4944367777a50132943 (patch) | |
tree | 57ffd490fa33224f2479905610165a95c2cca280 | |
parent | 54eb6ca383a5cefdac4a285fb75454b170517e04 (diff) | |
download | PAKEs-9b3b99f92c234fb7f75df4944367777a50132943.tar.xz |
(cargo-release) version 0.0.4
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.0.4-alpha.0" +version = "0.0.4" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |