feat: update rust to 1.65.0 (#193)

This commit is contained in:
BMG 2022-12-09 18:41:02 +00:00 committed by GitHub
parent fc7180bd22
commit fc133187bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
# Makes the config pure as well. See <nixpkgs>/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;