Skip to content

Commit

Permalink
removing replace
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed May 8, 2024
1 parent 2732548 commit 00aaaf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 6 additions & 2 deletions ethereum-common/Cargo.lock

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

4 changes: 1 addition & 3 deletions ethereum-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ num-bigint = "0.4"
prost = "0.11"
prost-types = "0.11"
# Use latest from https://crates.io/crates/substreams
substreams = "0.5.13"
substreams = "0.5.14"
# Use latest from https://crates.io/crates/substreams-ethereum
substreams-ethereum = "0.9"
serde_qs = "0.12.0"
Expand All @@ -34,5 +34,3 @@ lto = true
opt-level = 's'
strip = "debuginfo"

[patch.crates-io]
substreams = { path = "../../substreams-rs/substreams" }

0 comments on commit 00aaaf4

Please sign in to comment.