wasmedge-mysql-nginx fails #691

Open
opened 2026-03-07 21:21:55 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @emircanerkul on GitHub (Aug 7, 2023).

#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
Originally created by @emircanerkul on GitHub (Aug 7, 2023). ``` #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 ```
Author
Owner

@dinomite505 commented on GitHub (Oct 18, 2023):

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

@dinomite505 commented on GitHub (Oct 18, 2023): 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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#691