Browse Source

Explicitly use +stable

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

2
.github/workflows/ci.yml

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

Loading…
Cancel
Save