dev-python/orjson: restrict rust version

Closes: https://bugs.gentoo.org/972911
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/706
Merges: https://codeberg.org/gentoo/gentoo/pulls/706
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Alfred Wingate
2026-04-23 10:31:30 +03:00
committed by Michał Górny
parent 927f7d6be2
commit b9732108d6
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ PYPI_VERIFY_REPO=https://github.com/ijl/orjson
PYTHON_COMPAT=( python3_{11..14} )
# upstream is vendoring crates, so we don't need CRATES.
RUST_MAX_VER="1.94.1" # bug #972911
RUST_MIN_VER="1.89.0"
inherit cargo distutils-r1 pypi

View File

@@ -11,6 +11,7 @@ PYTHON_COMPAT=( python3_{11..14} )
# upstream is vendoring crates, so we don't need CRATES.
CRATES="
"
RUST_MAX_VER="1.94.1" # bug #972911
RUST_MIN_VER="1.89.0"
inherit cargo distutils-r1 pypi