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

Upgrade to nightly-2022-12-12

parent 95db4209
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
# Manually sync this with rust-toolchain.toml!
RUST_VERSION=nightly-2022-10-19 \
RUST_VERSION=nightly-2022-12-12 \
RUST_COMPONENTS="rust-src"
RUN set -eux; \
......
Subproject commit fdd290fddbefb246e2648a757c63e9075d6441d1
Subproject commit 1990f0d2211a2e27563d971c938173973a46d46a
[toolchain]
# Manually sync this with Dockerfile!
channel = "nightly-2022-10-19"
channel = "nightly-2022-12-12"
components = [ "rust-src" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment