Skip to content

Commit

Permalink
toolchain: Bump Rust to 1.80.0-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfcyx committed May 2, 2024
1 parent 644f5bc commit 0073c24
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions os/src/task/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub struct TaskControlBlock {

pub struct TaskControlBlockInner {
pub trap_cx_ppn: PhysPageNum,
#[allow(unused)]
pub base_size: usize,
pub task_cx: TaskContext,
pub task_status: TaskStatus,
Expand Down
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
profile = "minimal"
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
channel = "nightly-2024-01-18"
channel = "nightly-2024-05-01"
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
targets = ["riscv64gc-unknown-none-elf"]
targets = ["riscv64gc-unknown-none-elf"]
File renamed without changes.

0 comments on commit 0073c24

Please sign in to comment.