summary refs log tree commit diff
path: root/docs/upgrade.md
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-09-05 13:12:50 +0100
committerGitHub <noreply@github.com>2023-09-05 13:12:50 +0100
commitdfcfa9f0eda11b339d51d73cd12167ed6e3c01f0 (patch)
tree5802205badb93f2c77fcfa29d9512be93c756d1d /docs/upgrade.md
parentBump twisted from 22.10.0 to 23.8.0 (#16235) (diff)
downloadsynapse-dfcfa9f0eda11b339d51d73cd12167ed6e3c01f0.tar.xz
Bump minimum supported Rust version to 1.61.0 (#16248)
Diffstat (limited to 'docs/upgrade.md')
-rw-r--r--docs/upgrade.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md
index f50a279e98..2f888b6f12 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -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