From 5731fbbee3c9f3a35f77e42291fc3a5be146b5f8 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 28 Oct 2022 16:26:26 +0200 Subject: chore(tvix/proto): change package name to tvix.proto.v1 `buf` doesn't like protos with different package names in the same directory. Change-Id: I30806b46b88f103779faa40466461091a4a01e06 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7130 Reviewed-by: tazjin Reviewed-by: Adam Joseph Tested-by: BuildkiteCI --- tvix/proto/castore.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/proto/castore.proto') diff --git a/tvix/proto/castore.proto b/tvix/proto/castore.proto index ec02660352ef..aa3c9b37bcbe 100644 --- a/tvix/proto/castore.proto +++ b/tvix/proto/castore.proto @@ -3,7 +3,7 @@ syntax = "proto3"; -package fossil.store; +package tvix.proto.v1; // A Directory can contain Directory, File or Symlink nodes. // Each of these nodes have a name attribute, which is the basename in that directory -- cgit 1.4.1