commit e7697784f31e59e67e56e7c3e1fe20f3fae8c78c from: mtmn date: Tue Jul 14 17:38:56 2026 UTC rust: pin toolchains to nightly commit - 40eb679a7c5728e5241cba3bc8f8b503cb4f860f commit + e7697784f31e59e67e56e7c3e1fe20f3fae8c78c blob - b82cbecca1a619d5ea4e0152d85199205a6d4a7e blob + 5814a3aa2d5347c5a386bc51f917417ee49a9e41 --- README.md +++ README.md @@ -26,7 +26,7 @@ Various tools I have been using throughout the years. | language | version | pinned by | |---|---|---| -| Rust | nightly (2026-07-05) | `rust-toolchain.toml` (rustup) | +| Rust | nightly | `rust-toolchain.toml` (rustup) | | Zig | 0.16.0 | `build.zig.zon` (`minimum_zig_version`) | | Python | 3.14 | system | | Go | 1.26 | `go.mod` | blob - 6ca59a0bf6682a38b876085bedf63125a10449b9 blob + a2d375e9885163a13c94bad53bdb4bc6846d953b --- rust-toolchain.toml +++ rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2026-07-05" +channel = "nightly" components = ["clippy", "rustfmt"]