forked from ghe0/brain-mock
update detee-shared dependency to stable branch and add TODO for daemon offline handling
This commit is contained in:
parent
c7b4d40846
commit
f4f16228fc
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -329,7 +329,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "detee-shared"
|
||||
version = "0.1.0"
|
||||
source = "git+ssh://git@gitea.detee.cloud/noormohammedb/detee-shared#7f431e7180ef77e6f66f434866bebc90608a9c82"
|
||||
source = "git+ssh://git@gitea.detee.cloud/noormohammedb/detee-shared?branch=stable_01#fce57884937a4ec02acbf2f5b370ab879b1af657"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"prost",
|
||||
|
@ -19,7 +19,7 @@ tokio-stream = "0.1.17"
|
||||
tonic = "0.12"
|
||||
uuid = { version = "1.11.0", features = ["v4"] }
|
||||
|
||||
detee-shared = { git = "ssh://git@gitea.detee.cloud/noormohammedb/detee-shared" }
|
||||
detee-shared = { git = "ssh://git@gitea.detee.cloud/noormohammedb/detee-shared", branch = "stable_01" }
|
||||
# detee-shared = { path = "../detee-shared" }
|
||||
|
||||
[build-dependencies]
|
||||
|
@ -824,6 +824,7 @@ impl BrainData {
|
||||
.await;
|
||||
}
|
||||
}
|
||||
// TODO: implement daemon offline handling
|
||||
}
|
||||
|
||||
pub async fn send_del_container_req(
|
||||
|
Loading…
Reference in New Issue
Block a user