about summary refs log tree commit diff
path: root/tvix/castore/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/castore/build.rs')
-rw-r--r--tvix/castore/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore/build.rs b/tvix/castore/build.rs
index a4591c845509..2250d4ebf0a2 100644
--- a/tvix/castore/build.rs
+++ b/tvix/castore/build.rs
@@ -18,7 +18,7 @@ fn main() -> Result<()> {
         .emit_rerun_if_changed(false)
         .bytes(["."])
         .type_attribute(".", "#[derive(Eq, Hash)]")
-        .compile(
+        .compile_protos(
             &[
                 "tvix/castore/protos/castore.proto",
                 "tvix/castore/protos/rpc_blobstore.proto",