Open
Description
While trying out the axum wasix guide, the wasix build failed for me. Cargo works just fine in general, but here wasix didn't work
To reproduce:
cd $(mktemp -d) && wasmer deploy --template=axum-starter && cargo wasix build --release
- Change name from 'tmp.awdawd' since period is not supported in backend
- Expect:
error: failed to select a version for the requirement `libc = "=0.2.139"`
candidate versions found which didn't match: 0.2.151
location searched: Git repository https://github.com/wasix-org/libc.git?branch=master
required by package `tokio v1.24.2 (https://github.com/wasix-org/tokio.git?branch=wasix-1.24.2#4bc57b23)`
... which satisfies dependency `tokio = "=1.24.2"` of package `wasix-axum v0.1.0 (/tmp/tmp.NVgg5YVGYi)`