diff options
| author | Fuwn <[email protected]> | 2024-08-29 18:22:33 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-29 18:22:33 -0700 |
| commit | 8b13ec6470aa83dd8fb4e15e4f45e9b718c9555f (patch) | |
| tree | e05b725577307e4f509bf827d3bf5d4eb4dccbe8 /.github | |
| parent | ci(nix): fix flake (diff) | |
| download | locus-8b13ec6470aa83dd8fb4e15e4f45e9b718c9555f.tar.xz locus-8b13ec6470aa83dd8fb4e15e4f45e9b718c9555f.zip | |
deps(rustc): pin channel
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index f69a5af..d909cc4 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -24,7 +24,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: nightly-2024-07-17 components: rustfmt, clippy override: true |