diff options
author | Brian Warner <warner@lothar.com> | 2018-08-20 21:54:04 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-08-20 21:54:04 -0700 |
commit | 76dd73f9a9185e22775d57a186d15eb0ae3e79e9 (patch) | |
tree | e25073254630b04ac438dfa4f8dceb6545a6b27f | |
parent | 2fe67eb0f0c686923c5c4be15dddf7eb48775fdf (diff) | |
download | PAKEs-76dd73f9a9185e22775d57a186d15eb0ae3e79e9.tar.xz |
(cargo-release) start next development iteration 0.1.1-alpha.0
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.1.0" +version = "0.1.1-alpha.0" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |