py-maturin: update rust dependency version (#50485)
This commit is contained in:
parent
2a028144ba
commit
e58351f421
@ -36,6 +36,7 @@ class PyMaturin(PythonPackage):
|
|||||||
with default_args(type=("build", "run")):
|
with default_args(type=("build", "run")):
|
||||||
depends_on("py-tomli@1.1:", when="^python@:3.10")
|
depends_on("py-tomli@1.1:", when="^python@:3.10")
|
||||||
for rust, maturin in [
|
for rust, maturin in [
|
||||||
|
("1.74", "1.8"),
|
||||||
("1.70", "1.5.0"),
|
("1.70", "1.5.0"),
|
||||||
("1.64", "1.0.0"),
|
("1.64", "1.0.0"),
|
||||||
("1.62", "0.14.3"),
|
("1.62", "0.14.3"),
|
||||||
|
Loading…
Reference in New Issue
Block a user