mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 16:51:03 +00:00
use jsonrpsee crates.io release
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ chameleon = "0.1.0"
|
|||||||
scale-info = { version = "1.0.0", features = ["bit-vec"] }
|
scale-info = { version = "1.0.0", features = ["bit-vec"] }
|
||||||
futures = "0.3.13"
|
futures = "0.3.13"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee/", branch = "na-fix-core-client-feature", features = ["macros", "async-client", "client-ws-transport"] }
|
jsonrpsee = { version = "0.7.0", features = ["macros", "async-client", "client-ws-transport"] }
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
num-traits = { version = "0.2.14", default-features = false }
|
num-traits = { version = "0.2.14", default-features = false }
|
||||||
serde = { version = "1.0.124", features = ["derive"] }
|
serde = { version = "1.0.124", features = ["derive"] }
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ keywords = ["parity", "substrate", "blockchain"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
async-std = { version = "1.8.0", features = ["tokio1"] }
|
async-std = { version = "1.8.0", features = ["tokio1"] }
|
||||||
futures = "0.3.9"
|
futures = "0.3.9"
|
||||||
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee/", branch = "na-fix-core-client-feature", features = ["async-client"] }
|
jsonrpsee = { version = "0.7.0", features = ["async-client"] }
|
||||||
log = "0.4.13"
|
log = "0.4.13"
|
||||||
thiserror = "1.0.23"
|
thiserror = "1.0.23"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ codec = { package = "parity-scale-codec", version = "2", default-features = fals
|
|||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
subxt = { path = ".." }
|
subxt = { path = ".." }
|
||||||
sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate/", branch = "master" }
|
sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate/", branch = "master" }
|
||||||
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee/", branch = "na-fix-core-client-feature", features = ["http-client"] }
|
jsonrpsee = { version = "0.7.0", features = ["http-client"] }
|
||||||
async-std = { version = "1.9.0", features = ["attributes", "tokio1"] }
|
async-std = { version = "1.9.0", features = ["attributes", "tokio1"] }
|
||||||
which = "4.2.2"
|
which = "4.2.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user