Skip to content

Commit

Permalink
feat: Add store protos to the rust library (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
nand4011 authored Jun 3, 2024
1 parent 1dca01c commit c9fcd74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/proto_generator/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fn main() {
format!("{proto_dir}/cachepubsub.proto"),
format!("{proto_dir}/controlclient.proto"),
format!("{proto_dir}/vectorindex.proto"),
format!("{proto_dir}/store.proto"),
],
&[proto_dir],
)
Expand Down

0 comments on commit c9fcd74

Please sign in to comment.