diff options
author | Brian Warner <warner@lothar.com> | 2018-12-20 16:15:43 -0500 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-12-20 16:15:43 -0500 |
commit | ff50a42e7cf3306324e95011de2d4354034a8d58 (patch) | |
tree | 1473c21595587bf944a89983b2bb2fdf9e720583 | |
parent | ba80384c20cda98c978f2bfcd895fbc7a2232142 (diff) | |
download | PAKEs-ff50a42e7cf3306324e95011de2d4354034a8d58.tar.xz |
(cargo-release) start next development iteration spake2-v0.2.1-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 128a592..e6097bf 100644 --- a/spake2/Cargo.toml +++ b/spake2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.2.0" +version = "0.2.1-alpha.0" edition = "2018" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm." |