Skip to content

Commit

Permalink
Release *-pre.2 prereleases
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tarcieri committed Dec 31, 2023
1 parent bbed36e commit 15d655d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion block-buffer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "block-buffer"
version = "0.11.0-pre.1"
version = "0.11.0-pre.2"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "Buffer type for block processing of data"
Expand Down
2 changes: 1 addition & 1 deletion block-padding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "block-padding"
version = "0.4.0-pre.1"
version = "0.4.0-pre.2"
description = "Padding and unpadding of messages divided into blocks."
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion dbl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbl"
version = "0.4.0-pre.1"
version = "0.4.0-pre.2"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "Double operation in Galois Field GF(2^128) as used by e.g. CMAC/PMAC"
Expand Down
4 changes: 2 additions & 2 deletions inout/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inout"
version = "0.2.0-pre.1"
version = "0.2.0-pre.2"
description = "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation."
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand All @@ -12,7 +12,7 @@ keywords = ["custom-reference"]
readme = "README.md"

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

[features]
Expand Down

0 comments on commit 15d655d

Please sign in to comment.