testnet proto

This commit is contained in:
Noor 2025-03-17 18:15:45 +05:30
parent fe609d9b5f
commit baa850f4bb
Signed by: noormohammedb
GPG Key ID: D83EFB8B3B967146
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated

@ -411,7 +411,7 @@ dependencies = [
[[package]] [[package]]
name = "detee-shared" name = "detee-shared"
version = "0.1.0" version = "0.1.0"
source = "git+ssh://git@gitea.detee.cloud/noormohammedb/detee-shared?branch=stable_01#099f0a0488bce8e59c9c9e9a5e9b1f24998f1633" source = "git+ssh://git@gitea.detee.cloud/testnet/proto?branch=main#099f0a0488bce8e59c9c9e9a5e9b1f24998f1633"
dependencies = [ dependencies = [
"base64", "base64",
"prost", "prost",

@ -25,7 +25,7 @@ bs58 = "0.5.1"
chrono = "0.4.39" chrono = "0.4.39"
sha2 = "0.10.8" sha2 = "0.10.8"
detee-shared = { git = "ssh://git@gitea.detee.cloud/noormohammedb/detee-shared", branch = "stable_01" } detee-shared = { git = "ssh://git@gitea.detee.cloud/testnet/proto", branch = "main" }
# detee-shared = { path = "../detee-shared" } # detee-shared = { path = "../detee-shared" }
[build-dependencies] [build-dependencies]