From 520d9cc74fc7abbf608e86aec282ea395c5186d0 Mon Sep 17 00:00:00 2001 From: Omar Oughriss Date: Mon, 22 Sep 2025 14:41:12 +0200 Subject: [PATCH] Replace 'ext' tag with 'int-dev' --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f640d6..de53e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ getrandom = { version="0.2.12", features = ["js"] } wasm-logger = "0.2.0" rand = "0.8.5" tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } -sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev", features = ["blindbit-wasm"] } +sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "int-dev", features = ["blindbit-wasm"] } serde-wasm-bindgen = "0.6.5" futures-util = { version = "0.3.28", default-features = false, features = ["sink", "std"] } web-time = "1.1.0"