Skip to content

Commit 2dd1703

Browse files
authored
Cut pre.1 prereleases (#539)
Cuts a new release of every crate which previously received a pre.0 prerelease, i.e. is used as a (dev-)dependency in downstream projects that need to be upgraded. This includes the following: - `belt-hash` v0.2.0-pre.1 - `md-5` v0.11.0-pre.1 - `sha1` v0.11.0-pre.1 - `sha2` v0.11.0-pre.1 - `sha3` v0.11.0-pre.1 - `sm3` v0.5.0-pre.1 - `streebog` v0.11.0-pre.1
1 parent c091e10 commit 2dd1703

9 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 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-pre.0"
3+
version = "0.2.0-pre.1"
44
description = "BelT hash function (STB 34.101.31-2020)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

k12/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.71"
1414

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

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

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

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-pre.0"
3+
version = "0.11.0-pre.1"
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-pre.0"
3+
version = "0.11.0-pre.1"
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-pre.0"
3+
version = "0.11.0-pre.1"
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-pre.0"
3+
version = "0.5.0-pre.1"
44
description = "SM3 (OSCCA GM/T 0004-2012) hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

streebog/Cargo.toml

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

0 commit comments

Comments
 (0)