From b66d2d44d0d2a2c76bb6da634b2e4ece5df094c1 Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 3 May 2024 10:59:36 -0400 Subject: [PATCH] chore: bump MSRV to 1.77.0 as 1.78.0 came out Signed-off-by: strawberry --- Cargo.toml | 2 +- flake.nix | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 144b3b4a..291a241a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ version = "0.3.2" edition = "2021" # See also `rust-toolchain.toml` -rust-version = "1.76.0" +rust-version = "1.77.0" [dependencies] console-subscriber = { version = "0.2", optional = true } diff --git a/flake.nix b/flake.nix index 69b29f2e..980153c9 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ file = ./rust-toolchain.toml; # See also `rust-toolchain.toml` - sha256 = "sha256-e4mlaJehWBymYxJGgnbuCObVlqMlQSilZ8FljG9zPHY="; + sha256 = "sha256-+syqAd2kX8KVa8/U2gz3blIQTTsYYt3U63xBWaGOSc8"; }; scope = pkgs: pkgs.lib.makeScope pkgs.newScope (self: { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e2636774..0ed021bd 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -11,7 +11,7 @@ # If you're having trouble making the relevant changes, bug a maintainer. [toolchain] -channel = "1.76.0" +channel = "1.77.0" components = [ # For rust-analyzer "rust-src",