diff options
author | David Robertson <davidr@element.io> | 2022-09-27 12:34:31 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-09-27 12:34:31 +0100 |
commit | 3853011d01ad3f5034f53a9dfb7a06e36cf70ae9 (patch) | |
tree | 6202d24bb0d09687f73091757d18c7636b580905 /docs/upgrade.md | |
parent | s/Synapse v1/Synapse 1/g (diff) | |
download | synapse-3853011d01ad3f5034f53a9dfb7a06e36cf70ae9.tar.xz |
Clarify who isn't affected by rust v1.68.0
Diffstat (limited to '')
-rw-r--r-- | docs/upgrade.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index a4cc6cd43a..37f1cb27df 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -94,8 +94,12 @@ As announced in the upgrade notes for v1.67.0, Synapse now requires a SQLite version of 3.27.0 or higher if SQLite is in use and source checkouts of Synapse now require a recent Rust compiler. -Installations using Docker images or Debian packages from Matrix.org are not -affected. Users installing from PyPI wheels on Linux via `pip install matrix-synapse` +Installations using + +- Docker images [from `matrixdotorg`](https://hub.docker.com/r/matrixdotorg/synapse), +- Debian packages [from Matrix.org](https://packages.matrix.org/), or +- PyPI wheels via `pip install matrix-synapse` (on supported platforms and architectures) + will not be affected. # Upgrading to v1.67.0 |