Skip to content

Commit

Permalink
fix build.rs watch files (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
zirconium-n authored Jun 17, 2024
1 parent 1318389 commit 0f7d38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/client/build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::fs;

fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("cargo:rerun-if-changed=../../proto/**");
println!("cargo:rerun-if-changed=../../proto/");

fs::create_dir_all("src/v2/pb").unwrap_or(());
let mut config = prost_build::Config::new();
Expand Down

0 comments on commit 0f7d38e

Please sign in to comment.