From 469ca4823efb4241183b113d3a86a7046942b98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= <mkroening@posteo.net> Date: Mon, 12 Dec 2022 20:44:31 +0100 Subject: [PATCH] Upgrade to nightly-2022-12-12 --- Dockerfile | 2 +- libhermit-rs | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e3e48253..bb261168 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-2022-10-19 \ + RUST_VERSION=nightly-2022-12-12 \ RUST_COMPONENTS="rust-src" RUN set -eux; \ diff --git a/libhermit-rs b/libhermit-rs index fdd290fd..1990f0d2 160000 --- a/libhermit-rs +++ b/libhermit-rs @@ -1 +1 @@ -Subproject commit fdd290fddbefb246e2648a757c63e9075d6441d1 +Subproject commit 1990f0d2211a2e27563d971c938173973a46d46a diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4d09dee1..941c4367 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] # Manually sync this with Dockerfile! -channel = "nightly-2022-10-19" +channel = "nightly-2022-12-12" components = [ "rust-src" ] -- GitLab