File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments