Skip to content

Commit

Permalink
Upgrade toolchain to nightly-2023-07-15
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Jul 22, 2023
1 parent 36e529c commit 6f36821
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-2023-04-15 \
RUST_VERSION=nightly-2023-07-15 \
RUST_COMPONENTS="rust-src"

RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion libhermit-rs
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
# Manually sync this with Dockerfile!
channel = "nightly-2023-04-15"
channel = "nightly-2023-07-15"
components = [ "rust-src" ]

0 comments on commit 6f36821

Please sign in to comment.