Skip to content

Commit 42fff7a

Browse files
ci: use dtolnay/rust-toolchain@master to support dynamic Rust version input
1 parent f66e22a commit 42fff7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Install Rust toolchain
38-
uses: dtolnay/rust-toolchain@stable
38+
uses: dtolnay/rust-toolchain@master
3939
with:
4040
toolchain: ${{ inputs.rust-version }}
4141
components: clippy, rustfmt

0 commit comments

Comments
 (0)