Skip to content

Commit fa78d67

Browse files
committed
The rust version is specified as 1.81.0
1 parent bd29ecb commit fa78d67

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install llvm 16
2020
run: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 16 && rm llvm.sh
2121
- name: Install riscv64 target
22-
run: rustup target add riscv64imac-unknown-none-elf
22+
run: rustup target add riscv64imac-unknown-none-elf --toolchain 1.81.0
2323
- name: Install cargo generate
2424
run: cargo install cargo-generate
2525
- name: Generate workspace

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.81.0

workspace/rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.81.0

0 commit comments

Comments
 (0)