diff options
author | Brian Warner <warner@lothar.com> | 2018-05-26 13:12:27 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-05-26 13:12:27 -0700 |
commit | 9bd20219ac9d6727a4b99cf6dd48e44b3190c6c9 (patch) | |
tree | 5bc29bcd9ae252162a96503729e1b1af655d90aa | |
parent | 2958035067bc7cb01e1c6672f53daf8d0f1e8096 (diff) | |
download | PAKEs-9bd20219ac9d6727a4b99cf6dd48e44b3190c6c9.tar.xz |
(cargo-release) start next development iteration 0.0.9-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.8" +version = "0.0.9-alpha.0" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |