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 6e4d7bd commit 8503dddCopy full SHA for 8503ddd
.github/actions/setup-rust/action.yml
@@ -30,7 +30,7 @@ runs:
30
31
- name: Rust Toolchain
32
id: rust-toolchain
33
- uses: dtolnay/rust-toolchain@master
+ uses: dtolnay/rust-toolchain@stable
34
if: steps.rustup-cache.outputs.cache-hit != 'true'
35
with:
36
toolchain: "${{ inputs.toolchain || steps.rust-version.outputs.version }}"
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ permissions:
17
issues: write # audit-check creates issues
18
19
env:
20
- CARGO_TERM_COLOR: always
+ CARGO_TERM_COLOR: auto
21
RUST_BACKTRACE: 1
22
23
jobs:
0 commit comments