summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-05-11 17:22:47 +0100
committerGitHub <noreply@github.com>2023-05-11 16:22:47 +0000
commit5a7742a83308743dfd5e9a1fab751e345757aab7 (patch)
tree768f3e4cd99278c28f1ddf45fbcd53d83b872ffa /changelog.d
parentAdd redis SSL configuration options (#15312) (diff)
downloadsynapse-5a7742a83308743dfd5e9a1fab751e345757aab7.tar.xz
Allow `pip install` to use setuptools_rust 1.6.0 (#15570)
* Allow `pip install` to use setuptools_rust 1.6.0

This was bumped by dependabot in #15512, but we didn't bump also raise
the version guard here. I don't know how we can avoid this happening in
the future.

Closes #15461.

Spotted in [1] by @landryb.

[1]: https://github.com/matrix-org/synapse/issues/15461#issuecomment-1543513934

* Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15570.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15570.misc b/changelog.d/15570.misc
new file mode 100644
index 0000000000..ee04509981
--- /dev/null
+++ b/changelog.d/15570.misc
@@ -0,0 +1 @@
+Allow `pip install` to use setuptools_rust 1.6.0 when building Synapse.