[dep-upgrade-202402] update rustc to 1.73

This commit is contained in:
Alex Auvolat
2024-02-07 17:34:00 +01:00
parent 3a49f86073
commit 33e6db8b72
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ let
*/
toolchainOptions = if target == null || target == "x86_64-unknown-linux-musl"
|| target == "aarch64-unknown-linux-musl" then {
rustVersion = "1.68.0";
rustVersion = "1.73.0";
extraRustComponents = [ "clippy" ];
} else {
rustToolchain = pkgs.symlinkJoin {