Skip to content

Commit c235f46

Browse files
committed
tooling: update rust nightly version
this resolves rust-lang/rustfmt#6210
1 parent c8b67a4 commit c235f46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# fixed versions of stable & nightly toolchains
1818
rust-stable = pkgs.rust-bin.stable."1.79.0";
19-
rust-nightly = pkgs.rust-bin.nightly."2024-06-24";
19+
rust-nightly = pkgs.rust-bin.nightly."2024-06-25";
2020

2121
# function for instantiating a stable toolchain with a set of components
2222
mkToolchain = extensions: rust-stable.minimal.override {

0 commit comments

Comments
 (0)