Skip to content

Commit c9f6fc9

Browse files
linkmauvenewpavlov
authored andcommitted
Make a release of both sha1-asm and sha2-asm (#14)
1 parent 58225bf commit c9f6fc9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sha1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha1-asm"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
authors = ["RustCrypto Developers"]
55
license = "MIT"
66
description = "Assembly implementation of SHA-1 compression function"

sha2/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha2-asm"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = ["RustCrypto Developers"]
55
license = "MIT"
66
description = "Assembly implementation of SHA-2 compression functions"
@@ -9,8 +9,6 @@ repository = "https://github.com/RustCrypto/asm-hashes"
99
keywords = ["crypto", "sha2", "asm"]
1010
categories = ["cryptography", "no-std"]
1111

12-
[dependencies]
13-
1412
[build-dependencies]
1513
cc = "1.0"
1614

0 commit comments

Comments
 (0)