summary refs log tree commit diff
path: root/docs/upgrade.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-06 09:25:32 +0100
committerErik Johnston <erik@matrix.org>2022-09-06 09:25:32 +0100
commit571f565c1fa1e00462f9c96c3907d3304a37e39f (patch)
treea4a5b7994966da8b2d10058dd58c6f6e8551fb33 /docs/upgrade.md
parent1.67.0rc1 (diff)
downloadsynapse-571f565c1fa1e00462f9c96c3907d3304a37e39f.tar.xz
Update changelog
Diffstat (limited to '')
-rw-r--r--docs/upgrade.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md
index c6219d06e8..023ca0a30b 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -111,6 +111,15 @@ and remove the TCP `replication` listener from config of the master and
 The minimum supported version of poetry is now 1.2. This should only affect
 those installing from a source checkout.
 
+## Rust requirement in the next release
+
+From the next major release (v1.68.0) installing Synapse from a source checkout
+will require a recent Rust compiler. Those using packages or
+`pip install matrix-synapse` will not be affected.
+
+The simplest way of installing Rust is via [rustup.rs](https://rustup.rs/)
+
+
 # Upgrading to v1.66.0
 
 ## Delegation of email validation no longer supported