Skip to content

Commit

Permalink
bump rust version
Browse files Browse the repository at this point in the history
Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed Oct 15, 2023
1 parent c84f1ce commit 0f7f699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# for more info.
rustPkgs = pkgs.rustBuilder.makePackageSet {
packageFun = import ./Cargo.nix;
rustVersion = "1.70.0";
rustVersion = "1.71.0";
packageOverrides = pkgs: pkgs.rustBuilder.overrides.all;
};
# `rustPkgs` now contains all crates in the dependency graph.
Expand Down

0 comments on commit 0f7f699

Please sign in to comment.