diff options
author | Brian Warner <warner@lothar.com> | 2018-08-20 21:45:11 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-08-20 21:45:11 -0700 |
commit | 033cd4c90fc1d34bd0379cd3e4c5b5db21910740 (patch) | |
tree | b7cc55aa496c4aff2e3fbe7e7d25d70320b47c04 | |
parent | 36270864db817943b112d0dacbfee034731dbb64 (diff) | |
download | PAKEs-033cd4c90fc1d34bd0379cd3e4c5b5db21910740.tar.xz |
(cargo-release) start next development iteration 0.0.10-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.9" +version = "0.0.10-alpha.0" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |