Skip to content

Commit

Permalink
Update rustc version to 1.74.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wykurz committed Dec 19, 2023
1 parent d043fe2 commit a61573e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
rust_overlay = import (builtins.fetchTarball https://github.com/oxalica/rust-overlay/archive/master.tar.gz);
nixpkgs = import <nixpkgs> { overlays = [ rust_overlay ]; };
myrust = nixpkgs.rust-bin.stable."1.74.0".default.override {
myrust = nixpkgs.rust-bin.stable."1.74.1".default.override {
extensions = [ "rust-analysis" "rust-src" ];
};
in
Expand Down

0 comments on commit a61573e

Please sign in to comment.