From 8879fa2355f7d434648133705d0fbd9c70244817 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Mon, 16 Oct 2023 16:41:58 +0300 Subject: [PATCH] Update Rust to latest nightly --- Dockerfile-bootstrap-node | 2 +- Dockerfile-bootstrap-node.aarch64 | 2 +- Dockerfile-farmer | 2 +- Dockerfile-farmer.aarch64 | 2 +- Dockerfile-node | 2 +- Dockerfile-node.aarch64 | 2 +- Dockerfile-runtime | 2 +- rust-toolchain.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile-bootstrap-node b/Dockerfile-bootstrap-node index 83cc0590f3..4eea003fd7 100644 --- a/Dockerfile-bootstrap-node +++ b/Dockerfile-bootstrap-node @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ARG RUSTC_VERSION=nightly-2023-10-11 +ARG RUSTC_VERSION=nightly-2023-10-16 ARG PROFILE=production ARG RUSTFLAGS # Workaround for https://github.com/rust-lang/cargo/issues/10583 diff --git a/Dockerfile-bootstrap-node.aarch64 b/Dockerfile-bootstrap-node.aarch64 index 57c8af92e9..0688457823 100644 --- a/Dockerfile-bootstrap-node.aarch64 +++ b/Dockerfile-bootstrap-node.aarch64 @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ARG RUSTC_VERSION=nightly-2023-10-11 +ARG RUSTC_VERSION=nightly-2023-10-16 ARG PROFILE=production ARG RUSTFLAGS # Workaround for https://github.com/rust-lang/cargo/issues/10583 diff --git a/Dockerfile-farmer b/Dockerfile-farmer index ba2350b272..e12882b465 100644 --- a/Dockerfile-farmer +++ b/Dockerfile-farmer @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ARG RUSTC_VERSION=nightly-2023-10-11 +ARG RUSTC_VERSION=nightly-2023-10-16 ARG PROFILE=production ARG RUSTFLAGS # Workaround for https://github.com/rust-lang/cargo/issues/10583 diff --git a/Dockerfile-farmer.aarch64 b/Dockerfile-farmer.aarch64 index 10cd3dff8d..f65198b7a3 100644 --- a/Dockerfile-farmer.aarch64 +++ b/Dockerfile-farmer.aarch64 @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ARG RUSTC_VERSION=nightly-2023-10-11 +ARG RUSTC_VERSION=nightly-2023-10-16 ARG PROFILE=production ARG RUSTFLAGS # Workaround for https://github.com/rust-lang/cargo/issues/10583 diff --git a/Dockerfile-node b/Dockerfile-node index cf5f7fed5e..7b78a40ef9 100644 --- a/Dockerfile-node +++ b/Dockerfile-node @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ARG RUSTC_VERSION=nightly-2023-10-11 +ARG RUSTC_VERSION=nightly-2023-10-16 ARG PROFILE=production ARG RUSTFLAGS # Workaround for https://github.com/rust-lang/cargo/issues/10583 diff --git a/Dockerfile-node.aarch64 b/Dockerfile-node.aarch64 index 34a44c1a59..fc47adc9bf 100644 --- a/Dockerfile-node.aarch64 +++ b/Dockerfile-node.aarch64 @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ARG RUSTC_VERSION=nightly-2023-10-11 +ARG RUSTC_VERSION=nightly-2023-10-16 ARG PROFILE=production ARG RUSTFLAGS # Workaround for https://github.com/rust-lang/cargo/issues/10583 diff --git a/Dockerfile-runtime b/Dockerfile-runtime index 29cefd5637..cca3d8cd80 100644 --- a/Dockerfile-runtime +++ b/Dockerfile-runtime @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ARG RUSTC_VERSION=nightly-2023-10-11 +ARG RUSTC_VERSION=nightly-2023-10-16 ARG PROFILE=production ARG RUSTFLAGS # Workaround for https://github.com/rust-lang/cargo/issues/10583 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f473184543..6ce5e5e18e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2023-10-11" +channel = "nightly-2023-10-16" components = ["rust-src"] targets = ["wasm32-unknown-unknown"] profile = "default"