Skip to content

Commit 26facec

Browse files
authored
Cut prereleases with hybrid-array v0.4 support (#728)
Releases the following: - `belt-hash` v0.2.0-rc.1 - `blake2` v0.11.0-rc.2 - `md-5` v0.11.0-rc.2 - `ripemd` v0.2.0-rc.1 - `sha1` v0.11.0-rc.2 - `sha2` v0.11.0-rc.2 - `sha3` v0.11.0-rc.2 - `sm3` v0.5.0-rc.1 - `streebog` v0.11.0-rc.2 - `whirlpool` v0.11.0-rc.2
1 parent c9c0ffa commit 26facec

File tree

12 files changed

+21
-21
lines changed

12 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

belt-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "belt-hash"
3-
version = "0.2.0-rc.0"
3+
version = "0.2.0-rc.1"
44
description = "BelT hash function (STB 34.101.31-2020)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

blake2/Cargo.toml

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

md5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "md-5"
3-
version = "0.11.0-rc.1"
3+
version = "0.11.0-rc.2"
44
description = "MD5 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

ripemd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ripemd"
3-
version = "0.2.0-rc.0"
3+
version = "0.2.0-rc.1"
44
description = "Pure Rust implementation of the RIPEMD hash functions"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

sha1-checked/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude = [
1919

2020
[dependencies]
2121
digest = "0.11.0-rc.1"
22-
sha1 = { version = "0.11.0-rc.1", default-features = false }
22+
sha1 = { version = "0.11.0-rc.2", default-features = false }
2323
zeroize = { version = "1.8", default-features = false, optional = true }
2424

2525
[dev-dependencies]

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

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.11.0-rc.1"
3+
version = "0.11.0-rc.2"
44
description = """
55
Pure Rust implementation of the SHA-2 hash function family
66
including SHA-224, SHA-256, SHA-384, and SHA-512.

sha3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha3"
3-
version = "0.11.0-rc.1"
3+
version = "0.11.0-rc.2"
44
description = """
55
Pure Rust implementation of SHA-3, a family of Keccak-based hash functions
66
including the SHAKE family of eXtendable-Output Functions (XOFs), as well as

sm3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sm3"
3-
version = "0.5.0-rc.0"
3+
version = "0.5.0-rc.1"
44
description = "SM3 (OSCCA GM/T 0004-2012) hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)