mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21: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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue