Skip to content

Commit 5cba413

Browse files
committed
Upgrade Rust version used in CI
1 parent 3cc50eb commit 5cba413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git submodule add https://github.com/nervosnetwork/ckb-c-stdlib deps/ckb-c-stdlib &&
4141
git submodule add https://github.com/xxuejie/lib-dummy-atomics deps/lib-dummy-atomics
4242
- name: Lock Rust version
43-
run: cd test-workspace && echo "1.81.0" > rust-toolchain
43+
run: cd test-workspace && echo "1.85.1" > rust-toolchain
4444
- name: Install riscv64 target
4545
run: cd test-workspace && rustup target add riscv64imac-unknown-none-elf
4646
- name: Run all checks
@@ -50,7 +50,7 @@ jobs:
5050
- name: Generate standalone contract
5151
run: cargo generate --path . standalone-contract --name test-contract
5252
- name: Lock Rust version
53-
run: cd test-contract && echo "1.81.0" > rust-toolchain
53+
run: cd test-contract && echo "1.85.1" > rust-toolchain
5454
- name: Run all checks
5555
run: cd test-contract && make build test check clippy
5656
- name: Reproducible build runs

0 commit comments

Comments
 (0)