forked from Deuxfleurs/garage
use rust 1.77 in nix/compile.nix
This commit is contained in:
parent
8881930cdd
commit
7061fa5a56
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ let
|
|||
};
|
||||
|
||||
toolchainOptions = {
|
||||
rustVersion = "1.73.0";
|
||||
rustVersion = "1.77.0";
|
||||
extraRustComponents = [ "clippy" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue