Move to ZeroizeOnDrop (#54)

* Move from `Zeroize` to `ZeroizeOnDrop`

* Pin pre-release dependencies
This commit is contained in:
daxpedda
2022-01-28 03:37:55 -08:00
committed by GitHub
parent b59b359aa3
commit 9eee936140
3 changed files with 26 additions and 42 deletions
+1 -1
View File
@@ -476,7 +476,7 @@
//!
//! [curve25519-dalek]: (https://doc.dalek.rs/curve25519_dalek/index.html#backends-and-features)
#![deny(unsafe_code)]
#![cfg_attr(not(test), deny(unsafe_code))]
#![no_std]
#![warn(
clippy::cargo,