mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 07:11:24 +01:00
update rust to 1.88.0
This commit is contained in:
parent
595f35b673
commit
13203d3b45
2 changed files with 3 additions and 3 deletions
|
|
@ -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.85.0.toml";
|
||||
sha256 = "sha256-AJ6LX/Q/Er9kS15bn9iflkUwcgYqRQxiOIL2ToVAXaU=";
|
||||
url = "https://static.rust-lang.org/dist/channel-rust-1.88.0.toml";
|
||||
sha256 = "sha256-Qxt8XAuaUR2OMdKbN4u8dBJOhSHxS+uS06Wl9+flVEk=";
|
||||
};
|
||||
|
||||
# Keep sorted
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
# If you're having trouble making the relevant changes, bug a maintainer.
|
||||
|
||||
[toolchain]
|
||||
channel = "1.85.0"
|
||||
channel = "1.88.0"
|
||||
components = [
|
||||
# For rust-analyzer
|
||||
"rust-src",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue