From 3d30eb8ce378e6a142154ee4e1481db7d299c794 Mon Sep 17 00:00:00 2001 From: Sosthene Date: Mon, 17 Jun 2024 13:40:03 +0200 Subject: [PATCH] Update sp-client to latest master --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04bdc04..991ac1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ rand = "0.8.5" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" # sp_client = { path = "../sp-client" } -sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "sp_client" } +sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "master" } tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } wasm-bindgen = "0.2.91"