Skip to content

Commit

Permalink
Bump hybrid-array depenency to v0.2.0-pre.6
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 30, 2023
1 parent 8eca1e1 commit e04a6dd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ members = [
opt-level = 2

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

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

[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 @@ -11,4 +11,4 @@ edition = "2021"
rust-version = "1.65"

[dependencies]
hybrid-array = "=0.2.0-pre.5"
hybrid-array = "=0.2.0-pre.6"
2 changes: 1 addition & 1 deletion inout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["custom-reference"]

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

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

0 comments on commit e04a6dd

Please sign in to comment.