nix build: update rustc to v1.78
This commit is contained in:
parent
295237476e
commit
0a15db6960
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ let
|
|||
};
|
||||
|
||||
toolchainOptions = {
|
||||
rustVersion = "1.77.0";
|
||||
rustVersion = "1.78.0";
|
||||
extraRustComponents = [ "clippy" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue