Skip to content

Commit

Permalink
[TMP] Update fixed-hash dependency to fix Clippy error
Browse files Browse the repository at this point in the history
error: incorrect implementation of `clone` on a `Copy` type
cf. paritytech/parity-common#767
  • Loading branch information
ngotchac committed Jul 27, 2023
1 parent f98b152 commit 028a718
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
21 changes: 16 additions & 5 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ crunchy = { version = "0.2.2", default-features = false, features = ["limit_256"
ruint = { version = "1.9.0", features = ["primitive-types", "rlp"] }

# Bloom
fixed-hash = { version = "0.8", default-features = false, features = ["rustc-hex"] }
# fixed-hash = { version = "0.8", default-features = false, features = ["rustc-hex"] }
fixed-hash = { git = "https:/paritytech/parity-common.git", rev = "d3a9327124a66e52ca1114bb8640c02c18c134b8", default-features = false, features = ["rustc-hex", "byteorder", "rand"] }

# crypto
secp256k1 = { workspace = true, default-features = false, features = [
Expand Down

0 comments on commit 028a718

Please sign in to comment.