diff options
author | Brian Warner <warner@lothar.com> | 2018-04-29 14:28:08 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-04-29 14:28:08 -0700 |
commit | 3705d533697e86b9e962e7be2e013669e1146cca (patch) | |
tree | 848f0e1169a3a043458a3ee43608838aae3c73d0 | |
parent | 2a9fd36a749485b8c512c962f51f6e864bd0469e (diff) | |
download | PAKEs-3705d533697e86b9e962e7be2e013669e1146cca.tar.xz |
(cargo-release) start next development iteration 0.0.6-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.5" +version = "0.0.6-alpha.0" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |