diff options
author | Brian Warner <warner@lothar.com> | 2017-11-29 17:50:08 -0600 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2017-11-29 17:50:08 -0600 |
commit | 4448ccfe5a66ec2a2fa510f2750ca0507511c0b4 (patch) | |
tree | 267c5d131792bce6ac0c361aa65d23f159782003 | |
parent | e014de2eaad5e2cf9aa3c7f3c7754566f5d37b57 (diff) | |
download | PAKEs-4448ccfe5a66ec2a2fa510f2750ca0507511c0b4.tar.xz |
(cargo-release) start next development iteration 0.0.4-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.3" +version = "0.0.4-alpha.0" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |