diff options
author | Brian Warner <warner@lothar.com> | 2018-10-16 15:38:54 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-10-16 15:38:54 -0700 |
commit | 91ac138ebfe32dc52123816c73c960a436baf0e4 (patch) | |
tree | f7665e61cd096b299d71c3dc4456f3dd99cc4d9e | |
parent | 5cf306dfc3f9a14b978ab3b3220cec9cd6c6b8e7 (diff) | |
download | PAKEs-91ac138ebfe32dc52123816c73c960a436baf0e4.tar.xz |
(cargo-release) start next development iteration spake2-v0.1.2-alpha.0
-rw-r--r-- | spake2/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml index 46b62e9..1c43ba8 100644 --- a/spake2/Cargo.toml +++ b/spake2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.1.1" +version = "0.1.2-alpha.0" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm." documentation = "https://docs.rs/spake2" |