Skip to content

Commit 52f55de

Browse files
committed
force rust 1.89.0
1 parent f88a6d6 commit 52f55de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
- uses: actions/checkout@v5
1818

1919
- name: Install Rust
20-
uses: dtolnay/rust-toolchain@stable
20+
uses: dtolnay/rust-toolchain@master
2121
with:
2222
components: rustfmt, clippy
23+
toolchain: 1.89.0
2324

2425
- name: Rust Cache
2526
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)