diff -r 3876d4c6c79e -r 541292a02e09 contrib/nix/flake.nix --- a/contrib/nix/flake.nix Thu Jul 18 12:38:26 2024 +0200 +++ b/contrib/nix/flake.nix Tue Jul 23 14:25:23 2024 +0200 @@ -53,7 +53,7 @@ # but uses formatter features from nightly. # TODO: make cargo use the formatter from nightly automatically # (not supported by rustup/cargo yet? workaround?) - # rustPlatform = pkgs.rust-bin.stable."1.61.0".default; + # rustPlatform = pkgs.rust-bin.stable."1.79.0".default; # rustPlatformFormatter = pkgs.rust-bin.nightly."2023-04-20".default; # The CI uses an old version of the Black code formatter,