Skip to content

Commit a2f3dc3

Browse files
committed
udpate rust-toolchain: nightly-2022-07-20, cargo-utils 0.36
1 parent da13d09 commit a2f3dc3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/doc-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions-rs/toolchain@v1
1414
with:
1515
profile: minimal
16-
toolchain: nightly-2022-04-11
16+
toolchain: nightly-2022-07-20
1717
components: rust-src, llvm-tools-preview
1818
target: riscv64gc-unknown-none-elf
1919
- name: Build doc
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions-rs/toolchain@v1
3333
with:
3434
profile: minimal
35-
toolchain: nightly-2022-04-11
35+
toolchain: nightly-2022-07-20
3636
components: rust-src, llvm-tools-preview
3737
target: riscv64gc-unknown-none-elf
3838
- uses: actions-rs/[email protected]

os/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ endif
5151

5252
env:
5353
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
54-
cargo install cargo-binutils --vers =0.3.3
54+
cargo install cargo-binutils
5555
rustup component add rust-src
5656
rustup component add llvm-tools-preview
5757

rust-toolchain

Lines changed: 0 additions & 1 deletion
This file was deleted.

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
profile = "minimal"
3+
channel = "nightly-2022-07-20"
4+
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]

0 commit comments

Comments
 (0)