From f5eecd746a91dfee1b1648dd93ba6f8fab0d7605 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Fri, 20 Mar 2020 10:42:58 +0000 Subject: [PATCH] Use jsonrpsee from crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30b3bf7793..bfee038c37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] log = "0.4" thiserror = "1.0" futures = "0.3" -jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee/", features = ["ws"] } +jsonrpsee = { version = "0.1", features = ["ws"] } num-traits = { version = "0.2", default-features = false } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"