Skip to content

Commit

Permalink
Bump hybrid-array depenency to v0.2.0-pre.7 (#1028)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tarcieri committed Dec 31, 2023
1 parent e688bae commit 5144cec
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
19 changes: 9 additions & 10 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ members = [

[profile.dev]
opt-level = 2

[patch.crates-io.crypto-common]
git = "https://github.com/RustCrypto/traits.git"
branch = "hybrid-array/v0.2.0-pre.7"
2 changes: 1 addition & 1 deletion block-padding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
readme = "README.md"

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

[features]
std = []
Expand Down
2 changes: 1 addition & 1 deletion dbl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ rust-version = "1.65"
readme = "README.md"

[dependencies]
hybrid-array = "=0.2.0-pre.6"
hybrid-array = "=0.2.0-pre.7"
2 changes: 1 addition & 1 deletion inout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"

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

[features]
std = ["block-padding/std"]
Expand Down

0 comments on commit 5144cec

Please sign in to comment.