0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-14 08:38:24 +02:00

upgrade.md: Bump minimum Rust version to 1.66.0 (element-hq#17079) (#17140)

upgrade.md: Bump minimum Rust version to 1.66.0 (element-hq#17079)
This commit is contained in:
jahway603 2024-05-02 09:57:29 -04:00 committed by GitHub
parent c0ea2bf800
commit 5b6a75935e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

1
changelog.d/17140.doc Normal file
View file

@ -0,0 +1 @@
Update the upgrade.md with the latest minimum supported Rust version of 1.66.0. Contributed by @jahway603.

View file

@ -117,6 +117,14 @@ each upgrade are complete before moving on to the next upgrade, to avoid
stacking them up. You can monitor the currently running background updates with
[the Admin API](usage/administration/admin_api/background_updates.html#status).
# Upgrading to v1.106.0
## Minimum supported Rust version
The minimum supported Rust version has been increased from v1.65.0 to v1.66.0.
Users building from source will need to ensure their `rustc` version is up to
date.
# Upgrading to v1.100.0
## Minimum supported Rust version