Skip to content

Commit 89dd1fb

Browse files
authored
Cut new prereleases (#520)
Cuts release candidates of all crates which have not yet received such a release: - `aria` v0.2.0-rc.0 - `camellia` v0.2.0-rc.0 - `cast5` v0.12.0-rc.0 - `cast6` v0.2.0-rc.0 - `idea` v0.6.0-rc.0 - `rc2` v0.9.0-rc.0 - `rc5` v0.1.0-rc.0 - `threefish` v0.6.0-rc.0 - `twofish` v0.8.0-rc.0 - `xtea` v0.1.0-rc.0
1 parent 2e05b00 commit 89dd1fb

File tree

12 files changed

+21
-33
lines changed

12 files changed

+21
-33
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.

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-pre"
3+
version = "0.2.0-rc.0"
44
description = "Pure Rust implementation of the ARIA Encryption Algorithm"
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-pre"
3+
version = "0.2.0-rc.0"
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-pre"
3+
version = "0.12.0-rc.0"
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-pre"
3+
version = "0.2.0-rc.0"
44
description = "CAST6 block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

idea/Cargo.toml

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

rc2/Cargo.toml

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

rc5/Cargo.toml

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

threefish/Cargo.toml

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

twofish/Cargo.toml

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

0 commit comments

Comments
 (0)