Skip to content

Commit

Permalink
Update Rust toolchain to nightly-2024-05-11
Browse files Browse the repository at this point in the history
Update toolchain to match the version used in Redox.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd committed May 20, 2024
1 parent 68052ac commit a64b3ec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "GPL-3.0-only"
lto = true

[dependencies]
redox_uefi_std = "0.1.9"
redox_uefi_std = "0.1.12"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(BUILD)/boot.efi: Cargo.lock Cargo.toml src/*
mkdir -p $(BUILD)
cargo rustc \
-Z build-std=core,alloc \
--target $(TARGET) \
--target=$(TARGET) \
--release \
-- \
-C soft-float \
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-09-07"
channel = "nightly-2024-05-11"
components = ["rust-src"]
2 changes: 1 addition & 1 deletion targets/x86_64-unknown-uefi-drv.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"arch": "x86_64",
"code-model": "large",
"cpu": "x86-64",
"data-layout": "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
"data-layout": "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"disable-redzone": true,
"emit-debug-gdb-scripts": false,
"env": "",
Expand Down

0 comments on commit a64b3ec

Please sign in to comment.