Browse Source

Explicitly use +stable

pull/136/head
Rodolphe Bréard 12 months ago
parent
commit
5e12880ee5
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -30,7 +30,7 @@ jobs:
- name: Update Rust - name: Update Rust
run: rustup update stable run: rustup update stable
- name: Run cargo fmt - name: Run cargo fmt
run: cargo fmt --all -- --check
run: cargo +stable fmt --all -- --check
clippy: clippy:
name: Clippy name: Clippy
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save