Skip to content

Commit ab16fcf

Browse files
committed
Move protocol-grpc to protocol/grpc
1 parent 9fb11cd commit ab16fcf

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

build.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
1212
.compile_with_config(
1313
cfg,
1414
&[
15-
"../../protocol-grpc/protobuf/ope_btree.proto",
16-
"../../protocol-grpc/protobuf/ope_db_api.proto",
15+
"../../protocol/grpc/ope_btree.proto",
16+
"../../protocol/grpc/ope_db_api.proto",
1717
],
18-
&["../../protocol-grpc/protobuf/"],
18+
&["../../protocol/grpc/"],
1919
)?;
2020
Ok(())
2121
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)