From 0a89cab09525183dee3f89a75ee433fd08ce926d Mon Sep 17 00:00:00 2001 From: NicolasCantu Date: Tue, 4 Feb 2025 16:23:58 +0100 Subject: [PATCH] Update to latest sp_client --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 834b857..d5968ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ 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 = "4nk" } +sp_client = { git = "https://github.com/Cygnet3/sp-client.git", rev = "c837fa4cff1e0514c954638514ef198584aa823b" } tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } wasm-bindgen = "0.2.91" rs_merkle = "1.4.2"