mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 08:11:04 +00:00
bump async-std's version to remove conflict for substrate (#3981)
https://gitlab.parity.io/parity/substrate/-/jobs/1151852#L367 https://gitlab.parity.io/parity/substrate/-/jobs/1151852#L369
This commit is contained in:
committed by
GitHub
parent
672ee582e0
commit
38707ab454
@@ -10,7 +10,7 @@ path = "bin/puppet_worker.rs"
|
||||
|
||||
[dependencies]
|
||||
always-assert = "0.1"
|
||||
async-std = { version = "1.8.0", features = ["attributes"] }
|
||||
async-std = { version = "1.10.0", features = ["attributes"] }
|
||||
async-process = "1.1.0"
|
||||
assert_matches = "1.4.0"
|
||||
futures = "0.3.17"
|
||||
|
||||
Reference in New Issue
Block a user