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",
|
"hex-literal",
|
||||||
"num-bigint",
|
"num-bigint",
|
||||||
"prost",
|
"prost",
|
||||||
|
"prost-types",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_qs",
|
"serde_qs",
|
||||||
"substreams",
|
"substreams",
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ ethabi = "17"
|
|||||||
hex-literal = "0.3"
|
hex-literal = "0.3"
|
||||||
num-bigint = "0.4"
|
num-bigint = "0.4"
|
||||||
prost = "0.11"
|
prost = "0.11"
|
||||||
|
prost-types = "0.11"
|
||||||
# Use latest from https://crates.io/crates/substreams
|
# Use latest from https://crates.io/crates/substreams
|
||||||
substreams = "0.5"
|
substreams = "0.5"
|
||||||
# Use latest from https://crates.io/crates/substreams-ethereum
|
# Use latest from https://crates.io/crates/substreams-ethereum
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
.PHONY: protogen
|
.PHONY: protogen
|
||||||
protogen:
|
protogen:
|
||||||
substreams protogen ./substreams.yaml --exclude-paths="sf/substreams,google"
|
substreams protogen ./substreams.yaml --exclude-paths="sf/ethereum,sf/substreams,google"
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user