From d91a4a67ebd41d58c2426e64e35bdae50111eb0a Mon Sep 17 00:00:00 2001 From: Omar Oughriss Date: Wed, 2 Oct 2024 13:42:26 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fc049f..e830fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ rand = "0.8.5" serde = { version = "1.0.193", features = ["derive"] } serde_json = { version = "1.0.108", features = ["preserve_order"]} # sp_client = { path = "../sp-client" } -sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "master" } +sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "4nk" } tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } wasm-bindgen = "0.2.91"