Skip to content

Commit

Permalink
feat: adjusted rust build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-goetz committed Nov 21, 2024
1 parent d41ea24 commit 9f47433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/rust/Cargo.lock

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

3 changes: 2 additions & 1 deletion build/rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ fn main() -> Result<()> {
"flow.proto",
"action.proto",
"transfer.proto",
"ping.proto"
"ping.proto",
"action_execute.proto"
];

let inclusions = &[
Expand Down
File renamed without changes.

0 comments on commit 9f47433

Please sign in to comment.