summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-09-05 10:28:53 -0400
committerGitHub <noreply@github.com>2022-09-05 10:28:53 -0400
commit2984a8b9d337e9987336b1195e70f0c47a1f7572 (patch)
tree7e717da99a31afbbc478cc3c82637ece5863faca /.github
parent052b8bdcbf7e08eac107f1020911de18cf568cc4 (diff)
Change Rust toolchain in 'Deploy Manual' CI task (#1183)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml
index c262effd..09afae02 100644
--- a/.github/workflows/manual.yml
+++ b/.github/workflows/manual.yml
@@ -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: