Skip to content
Snippets Groups Projects
Commit 8fe6418f authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

Upgrade toolchain to 2022-03-30

parent 3f44a2d7
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \ ...@@ -5,7 +5,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \ CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \ PATH=/usr/local/cargo/bin:$PATH \
# Manually sync this with rust-toolchain.toml! # Manually sync this with rust-toolchain.toml!
RUST_VERSION=nightly-2022-03-27 \ RUST_VERSION=nightly-2022-03-30 \
RUST_COMPONENTS="clippy llvm-tools-preview rustfmt rust-src" RUST_COMPONENTS="clippy llvm-tools-preview rustfmt rust-src"
RUN set -eux; \ RUN set -eux; \
......
[toolchain] [toolchain]
# Manually sync this with Dockerfile! # Manually sync this with Dockerfile!
channel = "nightly-2022-03-27" channel = "nightly-2022-03-30"
components = [ components = [
"clippy", "clippy",
"llvm-tools-preview", "llvm-tools-preview",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment