summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-06-12 14:27:11 +0100
committerGitHub <noreply@github.com>2023-06-12 13:27:11 +0000
commitba97b39881e296f4775b8f6dd18edb98a3dc733f (patch)
treec805f476c1f1436611623533d18a0fcca9705bc5 /docs
parentBump pyo3-log from 0.8.1 to 0.8.2 (#15759) (diff)
downloadsynapse-ba97b39881e296f4775b8f6dd18edb98a3dc733f.tar.xz
Bump minimum supported Rust version (#15768)
Important crates such as `log` and `regex` have bumped theirs to 1.60.0
as well.
Diffstat (limited to 'docs')
-rw-r--r--docs/upgrade.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md

index 49ab00c057..4cd38b1393 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md
@@ -87,6 +87,14 @@ process, for example: wget https://packages.matrix.org/debian/pool/main/m/matrix-synapse-py3/matrix-synapse-py3_1.3.0+stretch1_amd64.deb dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb ``` +# Upgrading to v1.86.0 + +## Minimum supported Rust version + +The minimum supported Rust version has been increased from v1.58.1 to v1.60.0. +Users building from source will need to ensure their `rustc` version is up to +date. + # Upgrading to v1.85.0