From a4c2fd209016f46dfb94c513c5db2c18d27b1f8a Mon Sep 17 00:00:00 2001 From: Sosthene Date: Fri, 22 Aug 2025 13:15:01 +0200 Subject: [PATCH] set sp_client to dev --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b42bfa3..e624a81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,9 +23,9 @@ serde_json = { version = "1.0.108" } rs_merkle = "1.4.2" zstd = "0.13.3" getrandom = { version = "0.2", features = ["js"] } -sp-client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "wasm_sync", default-features = false } -backend-blindbit-native = { git = "https://github.com/Sosthene00/sp-client.git", branch = "wasm_sync", optional = true } -backend-blindbit-wasm = { git = "https://github.com/Sosthene00/sp-client.git", branch = "wasm_sync", optional = true } +sp-client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "dev", default-features = false } +backend-blindbit-native = { git = "https://github.com/Sosthene00/sp-client.git", branch = "dev", optional = true } +backend-blindbit-wasm = { git = "https://github.com/Sosthene00/sp-client.git", branch = "dev", optional = true } tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } wasm-bindgen = "0.2.91"