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 | |
| parent | ci(nix): fix flake (diff) | |
| download | locus-8b13ec6470aa83dd8fb4e15e4f45e9b718c9555f.tar.xz locus-8b13ec6470aa83dd8fb4e15e4f45e9b718c9555f.zip | |
deps(rustc): pin channel
| -rw-r--r-- | .github/workflows/check.yaml | 2 | ||||
| -rw-r--r-- | rust-toolchain.toml | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5d56faf..5a1fbab 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly" +channel = "nightly-2024-07-17" |