From e6007ca0a77595710b97368416d64fec6bbf6598 Mon Sep 17 00:00:00 2001 From: NicolasCantu Date: Wed, 29 May 2024 16:03:47 +0200 Subject: [PATCH] path = "../sp-client" } -> sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "sp_client" } --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4fe998..04bdc04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ js-sys = "0.3.69" rand = "0.8.5" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" -sp_client = { path = "../sp-client" } +# sp_client = { path = "../sp-client" } +sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "sp_client" } tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } wasm-bindgen = "0.2.91"