Backport zeroize fix (#266)

* Backport `zeroize` fix

* Update version

* Fix CI

* Remove bench for CI MSRV

* Downgrade rustyline for MSRV

* Downgrade proptest for MSRV

* Downgrade zeroize for MSRV
This commit is contained in:
daxpedda
2022-01-30 16:05:19 -08:00
committed by GitHub
parent 349329cdeb
commit 1012439d2f
10 changed files with 36 additions and 122 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.0"
opaque-ke = "0.6.1"
```
Resources