py-maturin: update rust dependency version (#50485)

This commit is contained in:
Daniele Colombo 2025-05-21 02:18:40 +02:00 committed by GitHub
parent 2a028144ba
commit e58351f421
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ class PyMaturin(PythonPackage):
with default_args(type=("build", "run")):
depends_on("py-tomli@1.1:", when="^python@:3.10")
for rust, maturin in [
("1.74", "1.8"),
("1.70", "1.5.0"),
("1.64", "1.0.0"),
("1.62", "0.14.3"),