compile with rust 1.80
Some checks failed
ci/woodpecker/push/debug Pipeline failed
ci/woodpecker/pr/debug Pipeline failed

This commit is contained in:
Alex 2024-08-25 09:47:42 +02:00
parent 4a522b2ea9
commit be3a4a0974
Signed by: lx
GPG key ID: 0E496D15096376BE

View file

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