Update Rust Nix toolchain

This commit is contained in:
Alex Auvolat
2023-01-09 12:43:10 +01:00
parent 49b5d18554
commit b337895fce
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ let
*/
toolchainOptions =
if target == null || target == "x86_64-unknown-linux-musl" || target == "aarch64-unknown-linux-musl" then {
rustVersion = "1.63.0";
rustVersion = "1.65.0";
extraRustComponents = [ "clippy" ];
} else {
rustToolchain = pkgs.symlinkJoin {