nix: compile with rust 1.78
Some checks failed
ci/woodpecker/push/debug Pipeline failed
ci/woodpecker/pr/debug Pipeline failed

This commit is contained in:
Alex 2025-01-12 17:34:15 +01:00
parent 9d83605736
commit 24ac664695

View file

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