update toolchain #924

Merged
lx merged 5 commits from nix-update into main 2025-01-13 10:19:54 +00:00
Showing only changes of commit 0a15db6960 - Show all commits

View file

@ -20,7 +20,7 @@ let
};
toolchainOptions = {
rustVersion = "1.77.0";
rustVersion = "1.78.0";
extraRustComponents = [ "clippy" ];
};