Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
bump async-std's version to remove conflict for substrate (#3981)
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-paulo-parity authored Oct 1, 2021
1 parent 261a124 commit f588fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/core/pvf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f588fe6

Please sign in to comment.