summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-09-29 21:16:08 +0100
committerGitHub <noreply@github.com>2022-09-29 20:16:08 +0000
commit6f0c3e669da458e838e7b4b165a13e8a5312d6d0 (patch)
tree32302c0d8b68862443ee25947eb64bf429b63a90 /changelog.d
parentUpdate UPSERT comment now that native upserts are the default (#13924) (diff)
downloadsynapse-6f0c3e669da458e838e7b4b165a13e8a5312d6d0.tar.xz
Don't require `setuptools_rust` at runtime (#13952)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13952.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13952.bugfix b/changelog.d/13952.bugfix
new file mode 100644
index 0000000000..a6af20f051
--- /dev/null
+++ b/changelog.d/13952.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.68.0 where Synapse would require `setuptools_rust` at runtime, even though the package is only required at build time.