chore: bump MSRV to 1.77.0 as 1.78.0 came out

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-03 10:59:36 -04:00 committed by June
parent 3b2db9027a
commit b66d2d44d0
3 changed files with 3 additions and 3 deletions

View file

@ -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 }

View file

@ -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: {

View file

@ -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",