Updating 0.3.0 crate version (#134)

This commit is contained in:
Kevin Lewi
2021-02-08 13:00:20 -08:00
committed by GitHub
parent d3204203ca
commit 1dbfed8763
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -609,7 +609,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "opaque-ke"
version = "0.3.0-pre.1"
version = "0.3.0"
dependencies = [
"anyhow",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "opaque-ke"
version = "0.3.0-pre.1"
version = "0.3.0"
repository = "https://github.com/novifinancial/opaque-ke"
keywords = ["cryptography", "crypto", "opaque", "passwords", "authentication"]
description = "An implementation of the OPAQUE password-authenticated key exchange protocol"