Skip to content

Commit 5b47542

Browse files
committed
Docker: update Rust version
1 parent 1a68508 commit 5b47542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN_wasm ?= /bin/true
8383
8484
define MODULE_PREBUILD_wasm
8585
apt-get install --no-install-recommends --no-install-suggests -y libclang-dev \\\n \
86-
\ \ \ \&\& export RUST_VERSION=1.79.0 \\\n \
86+
\ \ \ \&\& export RUST_VERSION=1.80.1 \\\n \
8787
\ \ \ \&\& export RUSTUP_HOME=/usr/src/unit/rustup \\\n \
8888
\ \ \ \&\& export CARGO_HOME=/usr/src/unit/cargo \\\n \
8989
\ \ \ \&\& export PATH=/usr/src/unit/cargo/bin:\$$PATH \\\n \

0 commit comments

Comments
 (0)