From 6f36821a2612a123658b235a133cda12b907339f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Sat, 22 Jul 2023 10:15:58 +0200 Subject: [PATCH] Upgrade toolchain to nightly-2023-07-15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- Dockerfile | 2 +- libhermit-rs | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 93fbca1b9..baf26fc9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \ diff --git a/libhermit-rs b/libhermit-rs index 610c3ea5a..80ac9fa51 160000 --- a/libhermit-rs +++ b/libhermit-rs @@ -1 +1 @@ -Subproject commit 610c3ea5a0befc10aeb7ab582afc43c653d88300 +Subproject commit 80ac9fa51b65d10a5f380bc5e795e936b051db4d diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f6d93e2b0..55afed91f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] # Manually sync this with Dockerfile! -channel = "nightly-2023-04-15" +channel = "nightly-2023-07-15" components = [ "rust-src" ]