We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd39b8 commit 6cfbc29Copy full SHA for 6cfbc29
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Install latest rust toolchain
18
- uses: actions-rs/toolchain@v2
+ uses: actions-rs/toolchain@v1
19
with:
20
toolchain: stable
21
default: true
0 commit comments