From 10ee2ad407144bb497ecedaebd0dff67fc3e800e Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 8 Jan 2024 13:34:03 -0700 Subject: [PATCH] sha2 v0.11.0-pre.0 (#530) --- Cargo.lock | 2 +- sha2/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92ad0d1b..e3bc692e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,7 +283,7 @@ dependencies = [ [[package]] name = "sha2" -version = "0.11.0-pre" +version = "0.11.0-pre.0" dependencies = [ "cfg-if", "cpufeatures", diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 9284b7b3..2c8e2ef0 100644 --- a/sha2/Cargo.toml +++ b/sha2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sha2" -version = "0.11.0-pre" +version = "0.11.0-pre.0" description = """ Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512.