(server) chore:Update dependencies

This commit is contained in:
2025-08-28 11:24:01 +08:00
parent 8456b6c162
commit 3c76d07d7e
3 changed files with 145 additions and 96 deletions

View File

@ -5,6 +5,6 @@ fn main() -> io::Result<()> {
unsafe {
env::set_var("PROTOC", "../Tools/ProtoBuf/bin/protoc.exe");
}
tonic_build::compile_protos("../Tools/ProtoBuf/proto/message.proto")?;
tonic_prost_build::compile_protos("../Tools/ProtoBuf/proto/message.proto")?;
Ok(())
}