Skip to content

Commit

Permalink
Upgrade to nightly-2022-06-25
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Jun 25, 2022
1 parent 4e5a5c5 commit 71e13ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-04-24 \
RUST_VERSION=nightly-2022-06-25 \
RUST_COMPONENTS="clippy llvm-tools-preview rustfmt rust-src" \
RUST_TARGETS="x86_64-unknown-none"

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
# Manually sync this with Dockerfile!
channel = "nightly-2022-05-15"
channel = "nightly-2022-06-25"
components = [
"clippy",
"llvm-tools-preview",
Expand Down

0 comments on commit 71e13ac

Please sign in to comment.