diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 12:57:36 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 12:57:36 +0200 |
| commit | 73be69cd99f5a4784fe69f5d78f423c72e837284 (patch) | |
| tree | cb47246d2c7edd8cd828abb25a033b732d2289ae /crates/daemon/build.rs | |
| parent | chore: Move more stuff out of atuin-client (diff) | |
| download | atuin-73be69cd99f5a4784fe69f5d78f423c72e837284.zip | |
chore: Commit
Diffstat (limited to '')
| -rw-r--r-- | crates/daemon/build.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/daemon/build.rs b/crates/daemon/build.rs index 646b8588..5abf6b2a 100644 --- a/crates/daemon/build.rs +++ b/crates/daemon/build.rs @@ -6,7 +6,6 @@ use protox::prost::Message; fn main() -> Result<(), std::io::Error> { let proto_paths = [ "proto/history.proto", - "proto/search.proto", "proto/control.proto", "proto/semantic.proto", ]; |
