summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-10-06 15:04:49 +0100
committerSean Quah <seanq@matrix.org>2022-10-06 15:04:49 +0100
commit3d5242da14e6241a1ace3b223293419debced7da (patch)
treed9d645f8a075f37f93144cfb1e7d89c87a665ce7 /pyproject.toml
parentMerge remote-tracking branch 'origin/release-v1.69' into matrix-org-hotfixes (diff)
parentUpdate 1.69.0rc2 changelog (diff)
downloadsynapse-3d5242da14e6241a1ace3b223293419debced7da.tar.xz
Merge remote-tracking branch 'origin/release-v1.69' into matrix-org-hotfixes
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c302cff54e..622d6a9e89 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.69.0rc1"
+version = "1.69.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"
@@ -307,7 +307,7 @@ twine = "*"
 towncrier = ">=18.6.0rc1"
 
 [build-system]
-requires = ["poetry-core>=1.0.0", "setuptools_rust>=1.3"]
+requires = ["poetry-core==1.2.0", "setuptools_rust==1.5.2"]
 build-backend = "poetry.core.masonry.api"