Skip to content

Commit

Permalink
Change Rust toolchain in 'Deploy Manual' CI task (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison authored Sep 5, 2022
1 parent 052b8bd commit 2984a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.54.0
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 2984a8b

Please sign in to comment.