Skip to content

Commit

Permalink
chore: bump rustfmt from nightly
Browse files Browse the repository at this point in the history
from april version to current
  • Loading branch information
DanConwayDev committed Sep 18, 2024
1 parent e863ee5 commit 546aacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# ideally this wouldn't be pinned to a specific nightly version but
# selectLatestNightlyWith isn't support with mixed toolchains
# https://github.com/oxalica/rust-overlay/issues/136
(lib.hiPrio rust-bin.nightly."2024-04-05".rustfmt)
(lib.hiPrio rust-bin.nightly."2024-09-17".rustfmt)
# (rust-bin.stable.latest.override { extensions = [ "rust-analyzer" ]; })
rust-bin.stable.latest.default
];
Expand Down

0 comments on commit 546aacf

Please sign in to comment.