-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NOTE, this feature will be leaked into dependencies
(it's fine but still.. the new feature resolver is stabilized and will fix this FWIW)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great, LGTM
Fixes #218