diff options
| author | Fuwn <[email protected]> | 2026-01-21 01:21:41 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-21 01:21:41 -0800 |
| commit | 972e2e613f5a65039cf87b5d54092ac21a0828d2 (patch) | |
| tree | a35deac79dd043fd45f4a8e97c281f5227bb2369 /rust-toolchain.toml | |
| parent | feat: Template footer year (diff) | |
| download | locus-972e2e613f5a65039cf87b5d54092ac21a0828d2.tar.xz locus-972e2e613f5a65039cf87b5d54092ac21a0828d2.zip | |
refactor: Bump nightlky Rust toolchain channel and fix lints
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 5a1fbab..56908ea 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2024-07-17" +channel = "nightly-2025-01-21" |