We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175910b commit d1fefaaCopy full SHA for d1fefaa
.github/workflows/build.yml
@@ -14,10 +14,10 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
17
- - name: Install latest Rust stable toolchain
+ - name: Install Rust
18
uses: actions-rs/toolchain@v1
19
with:
20
- toolchain: stable
+ toolchain: 1.86
21
default: true
22
components: clippy, rustfmt
23
.github/workflows/release.yml
@@ -16,10 +16,10 @@ jobs:
- name: set the release version (tag)
run: echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
24
25
0 commit comments