Skip to content

Commit 469ca48

Browse files
committed
Upgrade to nightly-2022-12-12
1 parent 95db420 commit 469ca48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
55
CARGO_HOME=/usr/local/cargo \
66
PATH=/usr/local/cargo/bin:$PATH \
77
# Manually sync this with rust-toolchain.toml!
8-
RUST_VERSION=nightly-2022-10-19 \
8+
RUST_VERSION=nightly-2022-12-12 \
99
RUST_COMPONENTS="rust-src"
1010

1111
RUN set -eux; \

libhermit-rs

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
# Manually sync this with Dockerfile!
3-
channel = "nightly-2022-10-19"
3+
channel = "nightly-2022-12-12"
44
components = [ "rust-src" ]

0 commit comments

Comments
 (0)