commit: e66879f792cdc87e5cb389dc96aa5e192178bc8f Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 19 15:57:19 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Oct 19 15:57:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66879f7
dev-python/uv: fix RUST_MIN_VER Closes: https://bugs.gentoo.org/961510 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/uv/uv-0.8.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/uv/uv-0.8.6.ebuild b/dev-python/uv/uv-0.8.6.ebuild index a7f6a8d1d71b..9ff97f90e629 100644 --- a/dev-python/uv/uv-0.8.6.ebuild +++ b/dev-python/uv/uv-0.8.6.ebuild @@ -5,6 +5,7 @@ EAPI=8 CRATES=" " +RUST_MIN_VER="1.88.0" declare -A GIT_CRATES=( [async_zip]='https://github.com/astral-sh/rs-async-zip;285e48742b74ab109887d62e1ae79e7c15fd4878;rs-async-zip-%commit%'
