Bump minimum supported Rust version to 1.61.0 (#16248)

This commit is contained in:
Erik Johnston
2023-09-05 13:12:50 +01:00
committed by GitHub
parent 757010905e
commit dfcfa9f0ed
4 changed files with 25 additions and 11 deletions

View File

@@ -88,6 +88,14 @@ process, for example:
dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
```
# Upgrading to v1.93.0
## Minimum supported Rust version
The minimum supported Rust version has been increased from v1.60.0 to v1.61.0.
Users building from source will need to ensure their `rustc` version is up to
date.
# Upgrading to v1.90.0
## App service query parameter authorization is now a configuration option