Update patched version of zeroize_derive. (#1074)

zeroize_derive backported the fix to the 1.1 branch and released it as
version 1.1.1 (https://github.com/iqlusioninc/crates/pull/881).
This commit is contained in:
puzzlewolf
2021-10-12 17:24:09 +02:00
committed by GitHub
parent d29205a680
commit 380869a5c1

View File

@@ -6,7 +6,7 @@ date = "2021-09-24"
url = "https://github.com/iqlusioninc/crates/issues/876"
[versions]
patched = [">= 1.2.0"]
patched = [">= 1.1.1"]
```
# `#[zeroize(drop)]` doesn't implement `Drop` for `enum`s