Skip to content

Commit

Permalink
Bump hybrid-array to v0.2.0-pre.7 (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Dec 31, 2023
1 parent ea9f8a3 commit d64c0fd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 23 deletions.
31 changes: 9 additions & 22 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 @@ -14,3 +14,7 @@ members = [
"signature_derive",
"universal-hash",
]

[patch.crates-io]
crypto-common = { path = "crypto-common" }
inout = { git = "https://github.com/RustCrypto/utils.git" }
2 changes: 1 addition & 1 deletion crypto-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["crypto", "traits"]
categories = ["cryptography", "no-std"]

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

# optional dependencies
rand_core = { version = "0.6.4", optional = true }
Expand Down

0 comments on commit d64c0fd

Please sign in to comment.