diff options
Diffstat (limited to 'spake2/Cargo.toml')
-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 5547cfa..711c90f 100644 --- a/spake2/Cargo.toml +++ b/spake2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.3.0-pre" +version = "0.3.0" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm." documentation = "https://docs.rs/spake2" |