nix build: update rustc to v1.78
Some checks failed
ci/woodpecker/pr/debug Pipeline failed
ci/woodpecker/push/debug Pipeline was successful

This commit is contained in:
Alex 2025-01-12 17:37:36 +01:00
parent 295237476e
commit 0a15db6960

View file

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