Skip to content

Commit

Permalink
build: fix position of protos folder
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Sep 13, 2024
1 parent 439274c commit f1f027c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ fn main() {
.compile_with_config(
config,
&[
"src/protos/block.proto",
"src/protos/bstream.proto",
"src/protos/firehose.proto",
"src/protos/type.proto",
"protos/block.proto",
"protos/bstream.proto",
"protos/firehose.proto",
"protos/type.proto",
],
&["src/protos/"],
&["protos/"],
)
.unwrap();
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f1f027c

Please sign in to comment.