Upgrade dependencies, bumps substrate to 2.0.1#219
Conversation
|
Fix for failure in multi-addr, possibly need to wait for release of https://crates.io/crates/sc-network which depends on the old libp2p? libp2p/rust-libp2p@aa2547e. Also see paritytech/substrate#7877 |
It is getting backported libp2p/rust-libp2p#1925 |
Backport is released. Please update to |
|
Patched |
| [dev-dependencies] | ||
| async-std = { version = "1.6.4", features = ["attributes"] } | ||
| env_logger = "0.7.1" | ||
| async-std = { version = "1.8.0", features = ["attributes"] } |
There was a problem hiding this comment.
NOTE, this feature will be leaked into dependencies (it's fine but still.. the new feature resolver is stabilized and will fix this FWIW)
Fixes #218