Skip to content

Commit da2452e

Browse files
committed
bump sha1 and sha2 versions
1 parent 3d11a0f commit da2452e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = "sha-1"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "SHA-1 hash function"

sha2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha2"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "SHA-2 hash functions"

0 commit comments

Comments
 (0)