Skip to content

Commit d32271c

Browse files
authored
Cut new prereleases (#531)
Releases the following with a `cipher` v0.5.0-rc.7 dependency, which transitively depends on `rand_core` v0.10 by way of `crypto-common`: - `aes` v0.9.0-rc.3 - `aria` v0.2.0-rc.1 - `belt-block` v0.2.0-rc.3 - `blowfish` v0.10.0-rc.3 - `camellia` v0.2.0-rc.1 - `cast5` v0.12.0-rc.1 - `cast6` v0.2.0-rc.1 - `des` v0.9.0-rc.3 - `gift-cipher` v0.1.0-rc.3 - `idea` v0.6.0-rc.1 - `kuznyechik` v0.9.0-rc.3 - `magma` v0.10.0-rc.3 - `rc2` v0.9.0-rc.1 - `rc5` v0.1.0-rc.1 - `rc6` v0.1.0-rc.3 - `serpent` v0.6.0-rc.3 - `sm4` v0.6.0-rc.3 - `speck-cipher` v0.1.0-rc.3 - `threefish` v0.6.0-rc.1 - `twofish` v0.8.0-rc.1 - `xtea` v0.1.0-rc.1
1 parent 5cfdb86 commit d32271c

File tree

22 files changed

+42
-42
lines changed

22 files changed

+42
-42
lines changed

Cargo.lock

Lines changed: 21 additions & 21 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.2"
3+
version = "0.9.0-rc.3"
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"

aria/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aria"
3-
version = "0.2.0-rc.0"
3+
version = "0.2.0-rc.1"
44
description = "Pure Rust implementation of the ARIA Encryption Algorithm"
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.2"
3+
version = "0.2.0-rc.3"
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.2"
3+
version = "0.10.0-rc.3"
44
description = "Blowfish block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

camellia/Cargo.toml

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

cast5/Cargo.toml

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

cast6/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cast6"
3-
version = "0.2.0-rc.0"
3+
version = "0.2.0-rc.1"
44
description = "CAST6 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.2"
3+
version = "0.9.0-rc.3"
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.1.0-rc.2"
3+
version = "0.1.0-rc.3"
44
description = "Pure Rust implementation of the Gift block cipher"
55
authors = ["RustCrypto Developers", "Schmid7k"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)