Skip to content

Commit

Permalink
Merge pull request #455 from mkroening/nightly-2023-08-15
Browse files Browse the repository at this point in the history
build: upgrade Rust to nightly-2023-08-15
  • Loading branch information
mkroening authored Aug 22, 2023
2 parents 453c604 + 66c3c66 commit 51f8724
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-08-01 \
RUST_VERSION=nightly-2023-08-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-08-01"
channel = "nightly-2023-08-15"
components = [ "rust-src" ]

0 comments on commit 51f8724

Please sign in to comment.