fix(grpc): proto dep topo order to solve panic (#130)

This commit is contained in:
Hao Xiang
2024-10-30 05:19:11 +08:00
committed by GitHub
parent 6d2c3712c0
commit 1050ac5e3c
3 changed files with 179 additions and 35 deletions

1
src-tauri/Cargo.lock generated
View File

@@ -8038,6 +8038,7 @@ name = "yaak_grpc"
version = "0.1.0"
dependencies = [
"anyhow",
"async-recursion",
"dunce",
"hyper 0.14.30",
"hyper-rustls 0.24.2",