Fix zeroize dependency in a more future-proof fashion (#321)

* cargo: make zeroize dependency more generous

* Release v0.6.2

* Updating MSRV and changelog

---------

Co-authored-by: Kevin Lewi <[email protected]>
This commit is contained in:
nitnelave
2023-05-13 14:14:02 -07:00
committed by GitHub
co-authored by Kevin Lewi
parent 902a605b9c
commit 8bb96820d9
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Installation
Add the following line to the dependencies of your `Cargo.toml`:
```
opaque-ke = "0.6.1"
opaque-ke = "0.7.0"
```
Resources