From b20c4e0539a254546efaa580d2beafd3566a49aa Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 25 Jul 2024 18:08:15 -0400 Subject: [PATCH] bump MSRV and rust toolchain to 1.80.0 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 02c83600..175d11b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ license = "Apache-2.0" # See also `rust-toolchain.toml` readme = "README.md" repository = "https://github.com/girlbossceo/conduwuit" -rust-version = "1.77.0" +rust-version = "1.80.0" version = "0.4.6" [workspace.metadata.crane] diff --git a/flake.nix b/flake.nix index 9d9b103c..aadfef03 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ file = ./rust-toolchain.toml; # See also `rust-toolchain.toml` - sha256 = "sha256-+syqAd2kX8KVa8/U2gz3blIQTTsYYt3U63xBWaGOSc8"; + sha256 = "sha256-6eN/GKzjVSjEhGO9FhWObkRFaE1Jf+uqMSdQnb8lcB4="; }; mkScope = pkgs: pkgs.lib.makeScope pkgs.newScope (self: { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0ed021bd..098a99e6 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.77.0" +channel = "1.80.0" components = [ # For rust-analyzer "rust-src",