diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-24 17:56:36 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-24 17:56:36 +0200 |
| commit | 9cdc575666faad4c162f4b4cf519bfdd1fd528dc (patch) | |
| tree | 9287963ad11e237ca74edbd54161c03f3309927b /crates/turtle/build.rs | |
| parent | chore: Last big refactoring (diff) | |
| download | atuin-9cdc575666faad4c162f4b4cf519bfdd1fd528dc.zip | |
feat: Finalize design for fish-shell integration
Diffstat (limited to '')
| -rw-r--r-- | crates/turtle/build.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/turtle/build.rs b/crates/turtle/build.rs index 62612968..2946438c 100644 --- a/crates/turtle/build.rs +++ b/crates/turtle/build.rs @@ -28,5 +28,8 @@ fn main() -> Result<(), std::io::Error> { .skip_protoc_run() .compile_protos(&proto_paths, &proto_include_dirs)?; + println!("cargo::rerun-if-changed=proto/control.proto"); + println!("cargo::rerun-if-changed=proto/history.proto"); + Ok(()) } |
