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.