mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Raise setuptools_rust version cap to 1.10.2 (#17944)
This commit is contained in:
parent
f73edbe4d2
commit
84ec15c47e
2 changed files with 2 additions and 1 deletions
1
changelog.d/17944.misc
Normal file
1
changelog.d/17944.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Raise setuptools_rust version cap to 1.10.2.
|
|
@ -370,7 +370,7 @@ tomli = ">=1.2.3"
|
||||||
# runtime errors caused by build system changes.
|
# runtime errors caused by build system changes.
|
||||||
# We are happy to raise these upper bounds upon request,
|
# We are happy to raise these upper bounds upon request,
|
||||||
# provided we check that it's safe to do so (i.e. that CI passes).
|
# provided we check that it's safe to do so (i.e. that CI passes).
|
||||||
requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.8.1"]
|
requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.10.2"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue