Skip to content

Commit 5144cec

Browse files
authored
Bump hybrid-array depenency to v0.2.0-pre.7 (#1028)
Due to a cyclical dependency with `crypto-common` this has to be done as part of a 2-part process and can't be done at release-time.
1 parent e688bae commit 5144cec

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ members = [
2020

2121
[profile.dev]
2222
opt-level = 2
23+
24+
[patch.crates-io.crypto-common]
25+
git = "https://github.com/RustCrypto/traits.git"
26+
branch = "hybrid-array/v0.2.0-pre.7"

block-padding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
hybrid-array = "=0.2.0-pre.6"
16+
hybrid-array = "=0.2.0-pre.7"
1717

1818
[features]
1919
std = []

dbl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ rust-version = "1.65"
1212
readme = "README.md"
1313

1414
[dependencies]
15-
hybrid-array = "=0.2.0-pre.6"
15+
hybrid-array = "=0.2.0-pre.7"

inout/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313

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

1818
[features]
1919
std = ["block-padding/std"]

0 commit comments

Comments
 (0)