From 348135b0204044e049199d83eb15631de430335e Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 30 Nov 2024 14:43:14 -0500 Subject: [PATCH] bump rust to 1.83.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 0e8596f7..efb06a5b 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.82.0" +rust-version = "1.83.0" version = "0.5.0" [workspace.metadata.crane] diff --git a/flake.nix b/flake.nix index 113757a7..281052a8 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ file = ./rust-toolchain.toml; # See also `rust-toolchain.toml` - sha256 = "sha256-yMuSb5eQPO/bHv+Bcf/US8LVMbf/G/0MSfiPwBhiPpk="; + sha256 = "sha256-s1RPtyvDGJaX/BisLT+ifVfuhDT1nZkZ1NcK8sbwELM="; }; mkScope = pkgs: pkgs.lib.makeScope pkgs.newScope (self: { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 086f7ba0..ddd952a2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -9,7 +9,7 @@ # If you're having trouble making the relevant changes, bug a maintainer. [toolchain] -channel = "1.82.0" +channel = "1.83.0" profile = "minimal" components = [ # For rust-analyzer