diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index 1b4eb40..73e5331 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sha1-asm" -version = "0.4.3" +version = "0.4.4" authors = ["RustCrypto Developers"] license = "MIT" description = "Assembly implementation of SHA-1 compression function" diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 81a7855..5ef98eb 100644 --- a/sha2/Cargo.toml +++ b/sha2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sha2-asm" -version = "0.5.2" +version = "0.5.3" authors = ["RustCrypto Developers"] license = "MIT" description = "Assembly implementation of SHA-2 compression functions" @@ -9,8 +9,6 @@ repository = "https://github.com/RustCrypto/asm-hashes" keywords = ["crypto", "sha2", "asm"] categories = ["cryptography", "no-std"] -[dependencies] - [build-dependencies] cc = "1.0"