Exclude generating sf/ethereum and added prost_types dependency in case it's used
This commit is contained in:
1
ethereum-explorer/Cargo.lock
generated
1
ethereum-explorer/Cargo.lock
generated
@@ -872,6 +872,7 @@ dependencies = [
|
||||
"hex-literal",
|
||||
"num-bigint",
|
||||
"prost",
|
||||
"prost-types",
|
||||
"serde",
|
||||
"serde_qs",
|
||||
"substreams",
|
||||
|
||||
@@ -15,6 +15,7 @@ ethabi = "17"
|
||||
hex-literal = "0.3"
|
||||
num-bigint = "0.4"
|
||||
prost = "0.11"
|
||||
prost-types = "0.11"
|
||||
# Use latest from https://crates.io/crates/substreams
|
||||
substreams = "0.5"
|
||||
# Use latest from https://crates.io/crates/substreams-ethereum
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.PHONY: protogen
|
||||
protogen:
|
||||
substreams protogen ./substreams.yaml --exclude-paths="sf/substreams,google"
|
||||
substreams protogen ./substreams.yaml --exclude-paths="sf/ethereum,sf/substreams,google"
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user