Skip to content

Commit 2c68c5b

Browse files
authored
Cut prereleases with hybrid-array v0.4 support (#500)
Releases the following: - `aes` v0.9.0-rc.1 - `belt-block` v0.2.0-rc.1 - `blowfish` v0.10.0-rc.1 - `des` v0.9.0-rc.1 - `gift-cipher` v0.0.1-rc.1 - `kuznyechik` v0.9.0-rc.1 - `magma` v0.10.0-rc.1
1 parent cbc75f8 commit 2c68c5b

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

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.

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.0"
3+
version = "0.9.0-rc.1"
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.0"
3+
version = "0.2.0-rc.1"
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.0"
3+
version = "0.10.0-rc.1"
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.0"
3+
version = "0.9.0-rc.1"
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.0"
3+
version = "0.0.1-rc.1"
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.0"
3+
version = "0.9.0-rc.1"
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.0"
3+
version = "0.10.0-rc.1"
44
description = "Magma (GOST R 34.12-2015) block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)