Skip to content

Commit

Permalink
Update Rust version and Nix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Aug 29, 2024
1 parent cd34928 commit 122882e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
inherit system overlays;
};

rustVersion = "1.78.0";
rustVersion = "1.80.0";

# define Rust toolchain version and targets to be used in this flake
rust = (pkgs.rust-bin.stable.${rustVersion}.minimal.override
Expand Down

0 comments on commit 122882e

Please sign in to comment.