Skip to content

Commit

Permalink
update substreams crate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Oct 21, 2022
1 parent 6c5f7ee commit da47959
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abigen-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ num-bigint = "0.4.3"
num-traits = "0.2.15"
prost = { version = "^0.11.0" }
prost-types = "^0.11.0"
substreams = { version = "0.3.0" }
substreams = { git = "https://github.com/streamingfast/substreams-rs", branch = "develop" }
substreams-ethereum = { version = "0.6.1", path = "../substreams-ethereum" }
substreams-ethereum-core = { version = "0.6.1", path = "../core"}

Expand Down
2 changes: 1 addition & 1 deletion abigen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ substreams-ethereum-core = { version = "0.6.1", path = "../core" }

[dev-dependencies]
pretty_assertions = "1.2.1"
substreams = { version = "0.3.0" }
substreams = { git = "https://github.com/streamingfast/substreams-rs", branch = "develop" }
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.60"
ethabi = "17.0"
prost = { version = "^0.11.0" }
prost-types = "^0.11.0"
substreams = { version = "0.3.0" }
substreams = { git = "https://github.com/streamingfast/substreams-rs", branch = "develop" }
num-bigint = "0.4"
bigdecimal = "0.3"

Expand Down

0 comments on commit da47959

Please sign in to comment.