commit: 100028a6783f7fc37aa042579e1fb4542857db4c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Sep 26 16:31:32 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Sep 26 16:31:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100028a6
dev-python/bcrypt: Update RUST_MIN_VER Closes: https://bugs.gentoo.org/963469 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/bcrypt/bcrypt-5.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bcrypt/bcrypt-5.0.0.ebuild b/dev-python/bcrypt/bcrypt-5.0.0.ebuild index 46f1845b8feb..1033c3f99449 100644 --- a/dev-python/bcrypt/bcrypt-5.0.0.ebuild +++ b/dev-python/bcrypt/bcrypt-5.0.0.ebuild @@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools # TODO: freethreading PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) -RUST_MIN_VER="1.74.0" +RUST_MIN_VER="1.82.0" CRATES=" [email protected] [email protected]
