diff --git a/Cargo.lock b/Cargo.lock index a421580c..b48b69d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,7 +263,7 @@ dependencies = [ [[package]] name = "sha1" -version = "0.11.0-pre" +version = "0.11.0-pre.0" dependencies = [ "cfg-if", "cpufeatures", diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index b154605d..452628ae 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sha1" -version = "0.11.0-pre" +version = "0.11.0-pre.0" description = "SHA-1 hash function" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"