Skip to content

Commit b055b0c

Browse files
syntacticallysimongdavies
authored andcommitted
[nix] Update Rust versions
Signed-off-by: Simon Davies <[email protected]>
1 parent ce7dbe3 commit b055b0c

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

flake.nix

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,19 @@
4242
# for rustfmt and old toolchains to verify MSRV
4343
toolchains = lib.mapAttrs (_: customisedRustChannelOf) {
4444
stable = {
45-
# Stay on 1.87 for development due to the
46-
# quickly-reversed default enablement of
47-
# #[warn(clippy::uninlined_format_args)]
48-
date = "2025-05-15";
45+
date = "2025-09-18";
4946
channel = "stable";
50-
sha256 = "sha256-KUm16pHj+cRedf8vxs/Hd2YWxpOrWZ7UOrwhILdSJBU=";
47+
sha256 = "sha256-SJwZ8g0zF2WrKDVmHrVG3pD2RGoQeo24MEXnNx5FyuI=";
5148
};
5249
nightly = {
5350
date = "2025-07-29";
5451
channel = "nightly";
5552
sha256 = "sha256-6D2b7glWC3jpbIGCq6Ta59lGCKN9sTexhgixH4Y7Nng=";
5653
};
57-
"1.85" = {
58-
date = "2025-02-20";
54+
"1.88" = {
55+
date = "2025-06-26";
5956
channel = "stable";
60-
sha256 = "sha256-AJ6LX/Q/Er9kS15bn9iflkUwcgYqRQxiOIL2ToVAXaU=";
61-
};
62-
"1.86" = {
63-
date = "2025-04-03";
64-
channel = "stable";
65-
sha256 = "sha256-X/4ZBHO3iW0fOenQ3foEvscgAPJYl2abspaBThDOukI=";
57+
sha256 = "sha256-Qxt8XAuaUR2OMdKbN4u8dBJOhSHxS+uS06Wl9+flVEk=";
6658
};
6759
};
6860

0 commit comments

Comments
 (0)