Skip to content

Commit

Permalink
Update Rust version to nightly-2023-12-15 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau authored Mar 10, 2024
1 parent b360409 commit bfbc9b8
Show file tree
Hide file tree
Showing 7 changed files with 239 additions and 279 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-01-30]
tc: [nightly-2023-12-15]
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-01-30]
tc: [nightly-2023-12-15]
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-01-30"
rust-version: "nightly-2023-12-15"
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-01-30
rustup component add rust-src --toolchain nightly-2023-12-15
rustup component add llvm-tools-preview
cargo install cargo-binutils
```
Expand Down
Loading

0 comments on commit bfbc9b8

Please sign in to comment.