From 22826c00ae6cdddeae2bb85672dfc59af2967903 Mon Sep 17 00:00:00 2001 From: 0x050f <47715948+0x050f@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:08:17 +0100 Subject: [PATCH] Fix compilation on latest nightly - 1.79.0-nightly (2f090c30d 2024-03-23) --- arch/x86/i386.json | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/i386.json b/arch/x86/i386.json index b8c8776a..e3333929 100644 --- a/arch/x86/i386.json +++ b/arch/x86/i386.json @@ -1,6 +1,6 @@ { "llvm-target": "i386-unknown-none", - "data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:32-n8:16:32-S128", + "data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:128-f64:32:64-f80:32-n8:16:32-S128", "linker": "i386-elf-ld", "linker-flavor": "ld", "target-endian": "little", diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 658c63cf..af7b4442 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2023-12-22" +channel = "nightly" components = ["rustc", "rust-src", "rust-std", "rustfmt", "cargo"] profile = "minimal"