bump rust version to 1.85.0

base64ct 1.8 (a transitive dependency of argon2) requires >=1.85.0.
This commit is contained in:
Olivia Lee 2025-07-19 15:39:18 -07:00 committed by Charles Hall
parent fb4d168921
commit fa6fb37a2c
3 changed files with 4 additions and 4 deletions

View file

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