summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-13 17:48:24 +0100
committerGitHub <noreply@github.com>2024-06-13 17:48:24 +0100
commitefcb5dbd97d455a9a2448747bb2e93c77a52a9b7 (patch)
treefb5535a1c3ce630be57d724a13c36bbda74324ff
parent91bda421c5880281fcf15559ae9f2e441ea5bb49 (diff)
chore: update to rust 1.79 (#2138)
-rw-r--r--flake.nix2
-rw-r--r--rust-toolchain.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 42d2580cf..7a91963a0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,7 +28,7 @@
fenix.packages.${system}.fromToolchainFile
{
file = ./rust-toolchain.toml;
- sha256 = "sha256-opUgs6ckUQCyDxcB9Wy51pqhd0MPGHUVbwRKKPGiwZU=";
+ sha256 = "sha256-Ngiz76YP4HTY75GGdH2P+APE/DEIx2R/Dn+BwwOyzZU=";
};
in
pkgs.makeRustPlatform {
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 744175d52..c6e4d7d50 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,2 +1,2 @@
[toolchain]
-channel = "1.78"
+channel = "1.79"