mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
* Upgrade to tokio 1.10 * update Substrate * Fmt Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -6,11 +6,11 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
tokio = { version = "1.10", features = ["macros"] }
|
||||
log = "0.4.11"
|
||||
env_logger = "0.9.0"
|
||||
structopt = "0.3.0"
|
||||
jsonrpsee-ws-client = { version = "0.3.0", default-features = false, features = ["tokio02"] }
|
||||
jsonrpsee-ws-client = { version = "0.3.0", default-features = false, features = ["tokio1"] }
|
||||
serde_json = "1.0"
|
||||
serde = "1.0.0"
|
||||
hex = "0.4.3"
|
||||
|
||||
Reference in New Issue
Block a user