commit: ff00327ee79fb9f21a0e68fcac9c18cae60cb075 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Dec 16 14:18:49 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 16 14:18:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff00327e
dev-python/uv: Fix RUST_MIN_VER Closes: https://bugs.gentoo.org/946545 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/uv/uv-0.5.6.ebuild | 2 +- dev-python/uv/uv-0.5.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/uv/uv-0.5.6.ebuild b/dev-python/uv/uv-0.5.6.ebuild index 82798c0fd3a7..53db8e12a5ef 100644 --- a/dev-python/uv/uv-0.5.6.ebuild +++ b/dev-python/uv/uv-0.5.6.ebuild @@ -13,7 +13,7 @@ declare -A GIT_CRATES=( [version-ranges]='https://github.com/astral-sh/pubgrub;57832d0588fbb7aab824813481104761dc1c7740;pubgrub-%commit%/version-ranges' ) -RUST_MIN_VER="1.80.1" +RUST_MIN_VER="1.81.0" inherit cargo check-reqs diff --git a/dev-python/uv/uv-0.5.9.ebuild b/dev-python/uv/uv-0.5.9.ebuild index 9a8229ffe794..836a6e5dc1e6 100644 --- a/dev-python/uv/uv-0.5.9.ebuild +++ b/dev-python/uv/uv-0.5.9.ebuild @@ -13,7 +13,7 @@ declare -A GIT_CRATES=( [version-ranges]='https://github.com/astral-sh/pubgrub;57832d0588fbb7aab824813481104761dc1c7740;pubgrub-%commit%/version-ranges' ) -RUST_MIN_VER="1.80.1" +RUST_MIN_VER="1.83.0" inherit cargo check-reqs
