From c74f7a05172ad2e521ff3d4cd4a2b14fd14771ca Mon Sep 17 00:00:00 2001 From: Sosthene Date: Tue, 28 May 2024 10:42:20 +0200 Subject: [PATCH] [temp] sp-client temporary branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e57ef3..8860f91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ js-sys = "0.3.69" rand = "0.8.5" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" -sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "sp_client" } +sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "temp" } tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } wasm-bindgen = "0.2.91"