update compiler to Rust 1.77 #866

Merged
lx merged 2 commits from rust-1.77 into main 2024-08-26 19:08:01 +00:00
Showing only changes of commit 7061fa5a56 - Show all commits

View file

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