update rust to 1.88.0

This commit is contained in:
Charles Hall 2025-07-21 09:31:18 -07:00
parent 595f35b673
commit 13203d3b45
2 changed files with 3 additions and 3 deletions

View file

@ -15,8 +15,8 @@
let let
rust-manifest = builtins.fetchurl { rust-manifest = builtins.fetchurl {
# Keep version in sync with rust-toolchain.toml # Keep version in sync with rust-toolchain.toml
url = "https://static.rust-lang.org/dist/channel-rust-1.85.0.toml"; url = "https://static.rust-lang.org/dist/channel-rust-1.88.0.toml";
sha256 = "sha256-AJ6LX/Q/Er9kS15bn9iflkUwcgYqRQxiOIL2ToVAXaU="; sha256 = "sha256-Qxt8XAuaUR2OMdKbN4u8dBJOhSHxS+uS06Wl9+flVEk=";
}; };
# Keep sorted # Keep sorted

View file

@ -9,7 +9,7 @@
# If you're having trouble making the relevant changes, bug a maintainer. # If you're having trouble making the relevant changes, bug a maintainer.
[toolchain] [toolchain]
channel = "1.85.0" channel = "1.88.0"
components = [ components = [
# For rust-analyzer # For rust-analyzer
"rust-src", "rust-src",