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