From fa6fb37a2c3b2d888362312333aac6c8c8827acd Mon Sep 17 00:00:00 2001 From: Olivia Lee Date: Sat, 19 Jul 2025 15:39:18 -0700 Subject: [PATCH] bump rust version to 1.85.0 base64ct 1.8 (a transitive dependency of argon2) requires >=1.85.0. --- Cargo.toml | 2 +- flake.nix | 4 ++-- rust-toolchain.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6c61f19e..bc9bc00e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ version = "0.1.0" edition = "2021" # See also `rust-toolchain.toml` -rust-version = "1.84.0" +rust-version = "1.85.0" [lints] workspace = true diff --git a/flake.nix b/flake.nix index ba839631..3c185298 100644 --- a/flake.nix +++ b/flake.nix @@ -15,8 +15,8 @@ let rust-manifest = builtins.fetchurl { # Keep version in sync with rust-toolchain.toml - url = "https://static.rust-lang.org/dist/channel-rust-1.84.0.toml"; - sha256 = "sha256-lMLAupxng4Fd9F1oDw8gx+qA0RuF7ou7xhNU8wgs0PU="; + url = "https://static.rust-lang.org/dist/channel-rust-1.85.0.toml"; + sha256 = "sha256-AJ6LX/Q/Er9kS15bn9iflkUwcgYqRQxiOIL2ToVAXaU="; }; # Keep sorted diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 244b9085..4c26c2b4 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.84.0" +channel = "1.85.0" components = [ # For rust-analyzer "rust-src",