target wasm32-wasi
would require a edition
bump or resolver = "2"
#3541
Labels
C-bug
Category: bug. Something is wrong. This is bad!
Version
1.1.0
Platform
wasm32-wasi
Description
To my understanding, the only reason why a build on
wasm32-wasi
does not work is, because the project usesresolver = "1"
as a result ofedition = "2018"
(or like that) and thedev-dependencies
get mixed in the normaldependencies
(see also rust-lang/cargo#10719).The tests however will not work on
wasm32-wasi
due totokio
features not yet available there.Is there a chance to get the
edition
to 2021 or aresolver = "2" added
?The text was updated successfully, but these errors were encountered: