mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
This reverts commit ea1eb4e57f.
This commit is contained in:
@@ -12,13 +12,13 @@ description = "Substrate RPC servers."
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
jsonrpc-core = "14.2"
|
||||
pubsub = { package = "jsonrpc-pubsub", version = "14.2" }
|
||||
jsonrpc-core = "14.0.3"
|
||||
pubsub = { package = "jsonrpc-pubsub", version = "14.0.3" }
|
||||
log = "0.4.8"
|
||||
serde = "1.0.101"
|
||||
serde_json = "1.0.41"
|
||||
sp-runtime = { version = "2.0.0-rc2", path = "../../primitives/runtime" }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
http = { package = "jsonrpc-http-server", version = "14.2" }
|
||||
ws = { package = "jsonrpc-ws-server", version = "14.2" }
|
||||
http = { package = "jsonrpc-http-server", version = "14.0.3" }
|
||||
ws = { package = "jsonrpc-ws-server", version = "14.0.3" }
|
||||
|
||||
Reference in New Issue
Block a user