Skip to content

Commit

Permalink
chore: use published alloy-trie with no_std fix
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Sep 2, 2024
1 parent 45e7262 commit 51e1341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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 @@ -101,7 +101,7 @@ superchain-primitives = { git = "https://github.com/anton-rs/superchain", branch

# Alloy
alloy-rlp = { version = "0.3.8", default-features = false }
alloy-trie = { git = "https://github.com/refcell/trie", branch = "rf/fix/no-std", default-features = false }
alloy-trie = { version = "0.5.1", default-features = false }
alloy-provider = { version = "0.3", default-features = false }
alloy-primitives = { version = "0.8", default-features = false }
alloy-rpc-types = { version = "0.3", default-features = false }
Expand Down

0 comments on commit 51e1341

Please sign in to comment.