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.
2 parents 0dfed5b + 1f1034e commit 25c73bcCopy full SHA for 25c73bc
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM rust:1.84.1
+FROM rust:1.90
2
3
# Install needed packages and clean up
4
RUN apt update && \
5
- apt install -y --no-install-recommends lsb-release wget software-properties-common gnupg gcc-multilib git && \
+ apt install -y --no-install-recommends lsb-release wget gnupg gcc-multilib git && \
6
rm -rf /var/lib/apt/lists/*
7
8
# Install clang and clean up
rust-toolchain.toml
@@ -1,4 +1,4 @@
[toolchain]
profile = "default"
-channel = "1.84.1"
+channel = "1.90"
targets = ["wasm32-wasip1"]
0 commit comments