Skip to content

Commit 4dd193f

Browse files
authored
Merge pull request #392 from jannic-dev-forks/fix-warnings
Use dtolnay/rust-toolchain instead of actions-rs/toolchain
2 parents bec62b0 + c61f70b commit 4dd193f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions-rs/toolchain@v1
16-
with:
17-
profile: minimal
18-
toolchain: stable
15+
- uses: dtolnay/rust-toolchain@stable
1916

2017
- name: Install Python dependencies
2118
run: |

0 commit comments

Comments
 (0)