diff options
author | Erik Johnston <erikj@element.io> | 2024-01-22 11:11:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 11:11:52 +0000 |
commit | 3fefb15fef29a76419bc15830daf0cd9d7abc0b1 (patch) | |
tree | 5c90c131f5be7ca4b3b0d61c579ff41b928ef6ae /docs | |
parent | Bump types-netaddr from 0.9.0.1 to 0.10.0.20240106 (#16839) (diff) | |
download | synapse-3fefb15fef29a76419bc15830daf0cd9d7abc0b1.tar.xz |
Bump minimum Rust version to 1.65.0 (#16818)
The ecosystem e.g. regex crate, have bumped up their MSRV to 1.65.0, which was released Nov 2022. In line with our policy, let's bump to match.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/upgrade.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index 8fc146566f..7f67ef8806 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -97,6 +97,14 @@ v1.61.0. <!-- REPLACE_WITH_SCHEMA_VERSIONS --> +# Upgrading to v1.100.0 + +## Minimum supported Rust version +The minimum supported Rust version has been increased from v1.61.0 to v1.65.0. +Users building from source will need to ensure their `rustc` version is up to +date. + + # Upgrading to v1.93.0 ## Minimum supported Rust version |