From 92e9984e26ff0c057a51c5f237b61fba58232d06 Mon Sep 17 00:00:00 2001 From: omaroughriss Date: Wed, 2 Jul 2025 12:10:34 +0200 Subject: [PATCH] Use ssh for deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d300a4..5d176f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ wasm-logger = "0.2.0" rand = "0.8.5" tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } # sdk_common = { path = "../sdk_common" } -sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev" } +sdk_common = { git = "ssh://git@git.4nkweb.com/4nk/sdk_common.git", branch = "blindbit" } serde-wasm-bindgen = "0.6.5" wasm-bindgen-futures = "0.4" futures = "0.3"