Skip to content

Commit

Permalink
Merge pull request #142 from Harthann/fix-updated-nightly
Browse files Browse the repository at this point in the history
Fix compilation on latest nightly - 1.79.0-nightly (2f090c30d 2024-03-23)
  • Loading branch information
Harthann authored Apr 13, 2024
2 parents 437812d + 22826c0 commit e34e7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/x86/i386.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-12-22"
channel = "nightly"
components = ["rustc", "rust-src", "rust-std", "rustfmt", "cargo"]
profile = "minimal"

0 comments on commit e34e7f3

Please sign in to comment.