diff options
author | Brian Warner <warner@lothar.com> | 2018-05-25 12:24:15 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-05-25 12:24:15 -0700 |
commit | 1b4418d60820b11201d17c427e2875a676ccc791 (patch) | |
tree | 31197c07cdd32444fd039ad1a245e5f7b2ec1267 | |
parent | 71baf98729b8fba7ff624f151e675799ce861c8b (diff) | |
download | PAKEs-1b4418d60820b11201d17c427e2875a676ccc791.tar.xz |
(cargo-release) start next development iteration 0.0.8-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.7" +version = "0.0.8-alpha.0" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |