From 3161f217729ccf5b1d8ddf14c36b0bca2b09989b Mon Sep 17 00:00:00 2001 From: "Tony Arcieri (iqlusion)" Date: Tue, 30 Jul 2024 10:38:40 -0600 Subject: [PATCH] secrecy v0.9.0-pre.0 (#1199) --- Cargo.lock | 2 +- secrecy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bff21bf0..210403c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,7 +1069,7 @@ dependencies = [ [[package]] name = "secrecy" -version = "0.9.0-pre" +version = "0.9.0-pre.0" dependencies = [ "serde", "zeroize", diff --git a/secrecy/Cargo.toml b/secrecy/Cargo.toml index c9d4aa6d..ca95bfa4 100644 --- a/secrecy/Cargo.toml +++ b/secrecy/Cargo.toml @@ -6,7 +6,7 @@ they aren't accidentally copied, logged, or otherwise exposed (as much as possible), and also ensure secrets are securely wiped from memory when dropped. """ -version = "0.9.0-pre" +version = "0.9.0-pre.0" authors = ["Tony Arcieri "] license = "Apache-2.0 OR MIT" homepage = "https://github.com/iqlusioninc/crates/"