Why does tokio depends on mio on wasm32-unknown-unknown by no reason
#7315
|
To reproduce: A lot of errors produced by The full output was attached as At the same time, Other information: |
Answered by
Officeyutong
May 9, 2025
Replies: 2 comments 1 reply
|
Tokio only depends on mio if you enable one of the features that require it, such as |
1 reply
|
Solved: |
0 replies
Answer selected by
Officeyutong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved:
feature unification merged features introduced by dependencies that were not enabled on
wasm32-unknown-unknownwhenresolver = "1"was set. Setresolver = "2"solved this problem.