diff options
author | Brian Warner <warner@lothar.com> | 2018-10-16 15:38:38 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-10-16 15:38:38 -0700 |
commit | 5cf306dfc3f9a14b978ab3b3220cec9cd6c6b8e7 (patch) | |
tree | a16a2e98fbee5a278080be05f8c20eb223f96a47 | |
parent | 03c010b4c4fa5159e31b7b5a025e02e497f9356c (diff) | |
download | PAKEs-5cf306dfc3f9a14b978ab3b3220cec9cd6c6b8e7.tar.xz |
(cargo-release) spake2-v0.1.1
-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 638150a..46b62e9 100644 --- a/spake2/Cargo.toml +++ b/spake2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.1.1-alpha.0" +version = "0.1.1" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm." documentation = "https://docs.rs/spake2" |