Skip to content

Commit c37259c

Browse files
authored
Release *-pre.2 prereleases (#1030)
Cuts the following prereleases, which include a bump to `hybrid-array` v0.2.0-pre.7: - `block-buffer` v0.11.0-pre.2 - `block-padding` v0.4.0-pre.2 - `dbl` v0.4.0-pre.2 - `inout` v0.2.0-pre.2
1 parent bbed36e commit c37259c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

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

block-buffer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "block-buffer"
3-
version = "0.11.0-pre.1"
3+
version = "0.11.0-pre.2"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Buffer type for block processing of data"

block-padding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "block-padding"
3-
version = "0.4.0-pre.1"
3+
version = "0.4.0-pre.2"
44
description = "Padding and unpadding of messages divided into blocks."
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

dbl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbl"
3-
version = "0.4.0-pre.1"
3+
version = "0.4.0-pre.2"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Double operation in Galois Field GF(2^128) as used by e.g. CMAC/PMAC"

inout/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inout"
3-
version = "0.2.0-pre.1"
3+
version = "0.2.0-pre.2"
44
description = "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation."
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -12,7 +12,7 @@ keywords = ["custom-reference"]
1212
readme = "README.md"
1313

1414
[dependencies]
15-
block-padding = { version = "=0.4.0-pre.1", path = "../block-padding", optional = true }
15+
block-padding = { version = "=0.4.0-pre.2", path = "../block-padding", optional = true }
1616
hybrid-array = "=0.2.0-pre.7"
1717

1818
[features]

0 commit comments

Comments
 (0)