diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-12-27 22:07:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-27 22:07:20 +0000 |
| commit | aea9e623a372e332579ca3e05214942407a6af78 (patch) | |
| tree | 475aa2ca9869fa93a24bb613e72f971c41c8fa39 /crates/atuin-daemon | |
| parent | chore(release): prepare for release v18.4.0 (#2495) (diff) | |
| download | atuin-aea9e623a372e332579ca3e05214942407a6af78.zip | |
chore(deps): cargo update (#2497)
* chore(deps): cargo update
* fix clippy sadness
Diffstat (limited to 'crates/atuin-daemon')
| -rw-r--r-- | crates/atuin-daemon/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-daemon/build.rs b/crates/atuin-daemon/build.rs index 37721249..fc816119 100644 --- a/crates/atuin-daemon/build.rs +++ b/crates/atuin-daemon/build.rs @@ -13,5 +13,5 @@ fn main() -> std::io::Result<()> { .build_server(true) .file_descriptor_set_path(&file_descriptor_path) .skip_protoc_run() - .compile(&["history.proto"], &["."]) + .compile_protos(&["history.proto"], &["."]) } |
