docker / awesome-compose

Awesome Docker Compose samples

Home Page:https://docs.docker.com/compose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasmedge-mysql-nginx fails

emircanerkul opened this issue · comments

#13 61.96   Downloaded mysql_async_wasi v0.30.1
#13 62.07   Downloaded tokio-util_wasi v0.7.5
#13 62.47   Downloaded tokio_wasi v1.25.2
#13 62.58 error: package `time v0.3.25` cannot be built because it requires rustc 1.67.0 or newer, while the currently active rustc version is 1.64.0
------
failed to solve: process "/bin/sh -c cargo build --target wasm32-wasi --release" did not complete successfully: exit code: 101
exit status 17

Use rustup update and then rustup 1.67.0 to set the version needed for this project.

You can also create a file named rust-toolchain with the required version 1.67.0