Skip to content

Commit fbb68f4

Browse files
authored
Release pre.3 crate versions (#479)
1 parent bb7623c commit fbb68f4

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
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.

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-pre.2"
3+
version = "0.9.0-pre.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"

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-pre.2"
3+
version = "0.2.0-pre.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-pre.2"
3+
version = "0.10.0-pre.3"
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-pre.2"
3+
version = "0.9.0-pre.3"
44
description = "DES and Triple DES (3DES, TDES) block ciphers implementation"
55
authors = ["RustCrypto Developers"]
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-pre.2"
3+
version = "0.9.0-pre.3"
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-pre.2"
3+
version = "0.10.0-pre.3"
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)