Skip to content

Commit

Permalink
fix : converted revm_precompile to workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 1, 2024
1 parent 1465e51 commit 19023b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", rev =
reth-network = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" }
reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" }
reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" }
revm-precompile ={version= "14.0.0",features=["secp256r1"]}

# metrics
metrics = "0.23.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
revm-precompile ={version= "14.0.0",features=["secp256r1"]}
revm-precompile.workspace = true
reth-cli.workspace = true
reth-node-api.workspace = true
reth-node-builder.workspace = true
Expand Down

0 comments on commit 19023b4

Please sign in to comment.