Skip to content

Commit

Permalink
chore: update to rust 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Jun 4, 2024
1 parent 1c76f41 commit c11099e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/repo/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in
then {
toolchain = fenix.packages.fromToolchainFile {
file = "${inputs.self}/rust-toolchain.toml";
sha256 = "sha256-rLP8+fTxnPHoR96ZJiCa/5Ans1OojI7MLsmSqR2ip8o=";
sha256 = "sha256-opUgs6ckUQCyDxcB9Wy51pqhd0MPGHUVbwRKKPGiwZU=";
};
}
else if rustPkgs ? rust-analyzer
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.73.0"
channel = "1.78.0"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit c11099e

Please sign in to comment.