mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
bump rust version to 1.85.0
base64ct 1.8 (a transitive dependency of argon2) requires >=1.85.0.
This commit is contained in:
parent
fb4d168921
commit
fa6fb37a2c
3 changed files with 4 additions and 4 deletions
|
|
@ -81,7 +81,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See also `rust-toolchain.toml`
|
# See also `rust-toolchain.toml`
|
||||||
rust-version = "1.84.0"
|
rust-version = "1.85.0"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
|
||||||
|
|
@ -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.84.0.toml";
|
url = "https://static.rust-lang.org/dist/channel-rust-1.85.0.toml";
|
||||||
sha256 = "sha256-lMLAupxng4Fd9F1oDw8gx+qA0RuF7ou7xhNU8wgs0PU=";
|
sha256 = "sha256-AJ6LX/Q/Er9kS15bn9iflkUwcgYqRQxiOIL2ToVAXaU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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.84.0"
|
channel = "1.85.0"
|
||||||
components = [
|
components = [
|
||||||
# For rust-analyzer
|
# For rust-analyzer
|
||||||
"rust-src",
|
"rust-src",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue