Exclude generating sf/ethereum and added prost_types dependency in case it's used

This commit is contained in:
Matthieu Vachon
2024-03-29 16:42:26 -04:00
parent ac908c42fe
commit 85804c5771
3 changed files with 3 additions and 1 deletions

View File

@@ -872,6 +872,7 @@ dependencies = [
"hex-literal",
"num-bigint",
"prost",
"prost-types",
"serde",
"serde_qs",
"substreams",

View File

@@ -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

View File

@@ -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: