From fc133187bd0de57192f089ee2bc6bb298fdd9913 Mon Sep 17 00:00:00 2001 From: BMG Date: Fri, 9 Dec 2022 18:41:02 +0000 Subject: [PATCH] feat: update rust to 1.65.0 (#193) --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 286b3a8..7431fc5 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,7 @@ # Makes the config pure as well. See /top-level/impure.nix: config = { }; } -, rustVersion ? nixpkgs.rust-bin.stable."1.63.0".default +, rustVersion ? nixpkgs.rust-bin.stable."1.65.0".default }: let lib = nixpkgs.lib;