Skip to content

Commit 25df7c9

Browse files
authored
Cut rc.2 prereleases (#512)
Cuts the following prereleases: - `aes` v0.9.0-rc.2 - `belt-block` v0.2.0-rc.2 - `blowfish` v0.10.0-rc.2 - `des` v0.9.0-rc.2 - `gift-cipher` v0.1.0-rc.2 - `kuznyechik` v0.9.0-rc.2 - `magma` v0.10.0-rc.2 - `rc6` v0.1.0-rc.2 - `serpent` v0.6.0-rc.2 - `sm4` v0.6.0-rc.2 - `speck-cipher` v0.1.0-rc.2
1 parent 69b3746 commit 25df7c9

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

Cargo.lock

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

aes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes"
3-
version = "0.9.0-rc.1"
3+
version = "0.9.0-rc.2"
44
description = "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

belt-block/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-block"
3-
version = "0.2.0-rc.1"
3+
version = "0.2.0-rc.2"
44
description = "belt-block block cipher implementation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

blowfish/Cargo.toml

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

des/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "des"
3-
version = "0.9.0-rc.1"
3+
version = "0.9.0-rc.2"
44
description = "DES and Triple DES (3DES, TDES) block ciphers implementation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

gift/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gift-cipher"
3-
version = "0.0.1-rc.1"
3+
version = "0.1.0-rc.2"
44
description = "Pure Rust implementation of the Gift block cipher"
55
authors = ["RustCrypto Developers", "Schmid7k"]
66
license = "MIT OR Apache-2.0"

kuznyechik/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kuznyechik"
3-
version = "0.9.0-rc.1"
3+
version = "0.9.0-rc.2"
44
description = "Kuznyechik (GOST R 34.12-2015) block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

magma/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "magma"
3-
version = "0.10.0-rc.1"
3+
version = "0.10.0-rc.2"
44
description = "Magma (GOST R 34.12-2015) block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

rc6/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rc6"
3-
version = "0.0.0"
3+
version = "0.1.0-rc.2"
44
description = "RC6 block cipher"
55
authors = ["RustCrypto Developers"]
66
edition = "2024"

serpent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serpent"
3-
version = "0.6.0-pre"
3+
version = "0.6.0-rc.2"
44
description = "Serpent block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)