We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a68508 commit 5b47542Copy full SHA for 5b47542
pkg/docker/Makefile
@@ -83,7 +83,7 @@ RUN_wasm ?= /bin/true
83
84
define MODULE_PREBUILD_wasm
85
apt-get install --no-install-recommends --no-install-suggests -y libclang-dev \\\n \
86
-\ \ \ \&\& export RUST_VERSION=1.79.0 \\\n \
+\ \ \ \&\& export RUST_VERSION=1.80.1 \\\n \
87
\ \ \ \&\& export RUSTUP_HOME=/usr/src/unit/rustup \\\n \
88
\ \ \ \&\& export CARGO_HOME=/usr/src/unit/cargo \\\n \
89
\ \ \ \&\& export PATH=/usr/src/unit/cargo/bin:\$$PATH \\\n \
0 commit comments