Skip to content

Commit

Permalink
chore: update hashbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 6, 2024
1 parent 3174bf6 commit 2d479bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ bitcoin = { version = "0.30.0", default-features = false }
serde_crate = { package = "serde", version = "1", optional = true, features = ["derive"] }

# Use hashbrown as a feature flag to have HashSet and HashMap from it.
# note versions > 0.9.1 breaks ours 1.57.0 MSRV.
hashbrown = { version = "0.9.1", optional = true, features = ["serde"] }
# note versions 0.11.2 is compatible with MSRV of 1.63.
hashbrown = { version = "0.11.2", optional = true, features = ["serde"] }
miniscript = { version = "10.0.0", optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 2d479bd

Please sign in to comment.