Skip to content

Commit

Permalink
refactor(zcash): Fix Rust sample
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Jan 27, 2025
1 parent e0d7928 commit 87b0012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions samples/rust/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ fn main() {
.input(proto_src.to_string() + "/BitcoinV2.proto")
.input(proto_src.to_string() + "/BabylonStaking.proto")
.input(proto_src.to_string() + "/Ethereum.proto")
.input(proto_src.to_string() + "/Utxo.proto")
.input(proto_src.to_string() + "/Zcash.proto")
.include(proto_src)
.run()
.expect("Codegen failed.");
Expand Down

0 comments on commit 87b0012

Please sign in to comment.