Update Cargo.toml

This commit is contained in:
Omar Oughriss 2024-10-02 13:42:26 +00:00
parent 15eda2c4b1
commit d91a4a67eb

View File

@ -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"