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 /rust-toolchain.toml | |
| parent | ci(nix): fix flake (diff) | |
| download | locus-8b13ec6470aa83dd8fb4e15e4f45e9b718c9555f.tar.xz locus-8b13ec6470aa83dd8fb4e15e4f45e9b718c9555f.zip | |
deps(rustc): pin channel
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |