Skip to content

Commit

Permalink
Update nightly compiler and dependencies (March 2024) (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau authored Mar 10, 2024
1 parent 77a9859 commit 319e65f
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 67 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
tc: [nightly-2023-12-15]
tc: [nightly-2024-03-01]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
tc: [nightly-2023-12-15]
tc: [nightly-2024-03-01]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -52,6 +52,6 @@ jobs:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
rust-version: "nightly-2023-12-15"
rust-version: "nightly-2024-03-01"
log-level: warn
command: check
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cargo-binutils and the binutils-aarch64-linux-gnu, qemu-system-riscv packages
installed.

```shell
rustup component add rust-src --toolchain nightly-2023-12-15
rustup component add rust-src --toolchain nightly-2024-03-01
rustup component add llvm-tools-preview
cargo install cargo-binutils
```
Expand Down
119 changes: 57 additions & 62 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 rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-12-15"
channel = "nightly-2024-03-01"
targets = ["aarch64-unknown-none", "riscv32imac-unknown-none-elf"]

0 comments on commit 319e65f

Please sign in to comment.