Skip to content

Commit

Permalink
chore: Bump Rust version to 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jan 13, 2025
1 parent 4794907 commit b982c42
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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 @@ -61,7 +61,7 @@
inherit system overlays;
};

rustVersion = "1.80.0";
rustVersion = "1.81.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 b982c42

Please sign in to comment.