Skip to content

Commit d75d14b

Browse files
authored
Cut pre.5 pre-releases (#663)
1 parent 374a7a0 commit d75d14b

File tree

14 files changed

+36
-36
lines changed

14 files changed

+36
-36
lines changed

Cargo.lock

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

belt-hash/Cargo.toml

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

blake2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blake2"
3-
version = "0.11.0-pre.4"
3+
version = "0.11.0-pre.5"
44
description = "BLAKE2 hash functions"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

fsb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
1616
digest = "=0.11.0-pre.10"
17-
whirlpool = { version = "=0.11.0-pre.4", path = "../whirlpool", default-features = false }
17+
whirlpool = { version = "=0.11.0-pre.5", path = "../whirlpool", default-features = false }
1818

1919
[dev-dependencies]
2020
digest = { version = "=0.11.0-pre.10", features = ["dev"] }

k12/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
1616
digest = { version = "=0.11.0-pre.10", default-features = false, features = ["core-api"] }
17-
sha3 = { version = "=0.11.0-pre.4", default-features = false, path = "../sha3" }
17+
sha3 = { version = "=0.11.0-pre.5", default-features = false, path = "../sha3" }
1818

1919
[dev-dependencies]
2020
digest = { version = "=0.11.0-pre.10", features = ["alloc", "dev"] }

md5/Cargo.toml

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

ripemd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ripemd"
3-
version = "0.2.0-pre.4"
3+
version = "0.2.0-pre.5"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude = [
1919

2020
[dependencies]
2121
digest = "=0.11.0-pre.10"
22-
sha1 = { version = "=0.11.0-pre.4", path = "../sha1", default-features = false }
22+
sha1 = { version = "=0.11.0-pre.5", path = "../sha1", default-features = false }
2323
zeroize = { version = "1.8", default-features = false, optional = true }
2424

2525
[dev-dependencies]

sha1/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha1"
3-
version = "0.11.0-pre.4"
3+
version = "0.11.0-pre.5"
44
description = "SHA-1 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

sha2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha2"
3-
version = "0.11.0-pre.4"
3+
version = "0.11.0-pre.5"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha3"
3-
version = "0.11.0-pre.4"
3+
version = "0.11.0-pre.5"
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

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

streebog/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "streebog"
3-
version = "0.11.0-pre.4"
3+
version = "0.11.0-pre.5"
44
description = "Streebog (GOST R 34.11-2012) hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

whirlpool/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "whirlpool"
3-
version = "0.11.0-pre.4"
3+
version = "0.11.0-pre.5"
44
description = "Whirlpool hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)