Skip to content

Commit e0135c2

Browse files
caugnerargl
andauthored
build(workflows): migrate to dtolnay/rust-toolchain (#590)
* build(workflows): migrate to dtolnay/rust-toolchain * Update .github/workflows/build-and-test.yml --------- Co-authored-by: Andi Pieper <[email protected]>
1 parent 8879852 commit e0135c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- name: Install Rust
37-
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
37+
uses: dtolnay/rust-toolchain@38b70195107dddab2c7bbd522bcf763bac00963b # stable
3838
with:
3939
toolchain: 1.81.0
40-
override: true
4140
components: rustfmt, clippy
4241
- name: Cache Cargo registry
4342
uses: actions/cache@v4

0 commit comments

Comments
 (0)