diff options
author | Alex <alex@adnab.me> | 2024-08-26 19:08:00 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-08-26 19:08:00 +0000 |
commit | 615698df7d2d3867fd3d9cbdf8d8849a9de358bf (patch) | |
tree | e59fa2ff6e89ef17a064f823ec8408c531a4f800 /nix | |
parent | 52f6c0760b72cfe38baaaea62b649e35a9397fd1 (diff) | |
parent | 7061fa5a56ff8777c9721a4ffe034e2173a0934d (diff) | |
download | garage-615698df7d2d3867fd3d9cbdf8d8849a9de358bf.tar.gz garage-615698df7d2d3867fd3d9cbdf8d8849a9de358bf.zip |
Merge pull request 'update compiler to Rust 1.77' (#866) from rust-1.77 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/866
Diffstat (limited to 'nix')
-rw-r--r-- | nix/compile.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/compile.nix b/nix/compile.nix index 6a92e479..c9cbebd5 100644 --- a/nix/compile.nix +++ b/nix/compile.nix @@ -20,7 +20,7 @@ let }; toolchainOptions = { - rustVersion = "1.73.0"; + rustVersion = "1.77.0"; extraRustComponents = [ "clippy" ]; }; |