-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: deprecate async_std support in swarm crate #5957
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
base: master
Are you sure you want to change the base?
Conversation
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.
Hi, and thanks for starting this! Can you address into the CI errors?
yup it should work now |
@@ -12,24 +12,7 @@ use libp2p_swarm::{ | |||
}; | |||
use libp2p_swarm_test::SwarmExt; | |||
|
|||
#[async_std::test] |
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.
Please change this to use tokio
, instead of removing the test.
This pull request has merge conflicts. Could you please resolve them @gitToki? 🙏 |
ref #5935
crate to update:
swarm, mDNS, and the transports TCP, QUIC and DNS.