diff options
author | Brian Warner <warner@lothar.com> | 2018-05-22 17:23:21 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-05-22 17:23:21 -0700 |
commit | 2c1f68d6be76af9c6f93c2f80880de23511b00ab (patch) | |
tree | 147ceadebde0f8da0da762d447c91eb3ea5ce36d | |
parent | 2da29cfacc3a48222a4e1147b952015d6a5a61c2 (diff) | |
download | PAKEs-2c1f68d6be76af9c6f93c2f80880de23511b00ab.tar.xz |
(cargo-release) start next development iteration 0.0.7-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.6" +version = "0.0.7-alpha.0" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |