From 3d258c1d63119e2743dc5f3dc4881903ffed629a Mon Sep 17 00:00:00 2001 From: Noor Date: Mon, 17 Mar 2025 18:16:29 +0530 Subject: [PATCH] testnet proto --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17c0d8f..c923eb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,7 +420,7 @@ dependencies = [ [[package]] name = "detee-shared" 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 = [ "base64", "prost", diff --git a/Cargo.toml b/Cargo.toml index d91d473..3322339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,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", branch = "stable_01" } +detee-shared = { git = "ssh://git@gitea.detee.cloud/testnet/proto", branch = "main" } # detee-shared = { path = "../detee-shared" } [build-dependencies]