Skip to content

Commit

Permalink
chore: patch ruint for quantity serialization (paradigmxyz#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Feb 25, 2023
1 parent 9c841c9 commit 7d6563d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 @@ -45,4 +45,4 @@ default-members = ["bin/reth"]
revm = { git = "https://github.com/bluealloy/revm" }
revm-primitives = { git = "https://github.com/bluealloy/revm" }
# patched for quantity U256 responses <https://github.com/recmo/uint/issues/224>
ruint = { git = "https://github.com/mattsse/uint", branch = "matt/skip-leading-zeros" }
ruint = { git = "https://github.com/paradigmxyz/uint" }

0 comments on commit 7d6563d

Please sign in to comment.