From 6f643a4b068e88af26ee1f6ffac9fb74c4e65e0c Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 6 Sep 2024 21:08:21 -0400 Subject: [PATCH] bump rust to 1.81.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 691867b6..f6d2c7f9 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.80.1" +rust-version = "1.81.0" version = "0.4.6" [workspace.metadata.crane] diff --git a/flake.nix b/flake.nix index e3bfe7fb..2439a7f4 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ file = ./rust-toolchain.toml; # See also `rust-toolchain.toml` - sha256 = "sha256-3jVIIf5XPnUU1CRaTyAiO0XHVbJl12MSx3eucTXCjtE="; + sha256 = "sha256-VZZnlyP69+Y3crrLHQyJirqlHrTtGTsyiSnZB8jEvVo="; }; mkScope = pkgs: pkgs.lib.makeScope pkgs.newScope (self: { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a21340c2..892d9442 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.80.1" +channel = "1.81.0" components = [ # For rust-analyzer "rust-src",