mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: patch ruint for quantity serialization (#1554)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -5274,7 +5274,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ruint"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/mattsse/uint?branch=matt/skip-leading-zeros#7aa078a0d3ea5a05c09e7a2b42c06921d55e7c67"
|
||||
source = "git+https://github.com/paradigmxyz/uint#c14ed24f9611546e6614b6f9b3524de11cb35ea5"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"derive_more",
|
||||
@ -5290,7 +5290,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ruint-macro"
|
||||
version = "1.0.2"
|
||||
source = "git+https://github.com/mattsse/uint?branch=matt/skip-leading-zeros#7aa078a0d3ea5a05c09e7a2b42c06921d55e7c67"
|
||||
source = "git+https://github.com/paradigmxyz/uint#c14ed24f9611546e6614b6f9b3524de11cb35ea5"
|
||||
|
||||
[[package]]
|
||||
name = "rustc-demangle"
|
||||
|
||||
@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user