summaryrefslogtreecommitdiff
path: root/dev-python/bcrypt
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-09-26 18:31:32 +0200
committerMichał Górny <mgorny@gentoo.org>2025-09-26 18:31:32 +0200
commit100028a6783f7fc37aa042579e1fb4542857db4c (patch)
tree79a1c656bf7dea5ffdb87ee67cfa798f95a15c59 /dev-python/bcrypt
parent5e806d0741e9e25f566453217635c8d25471b168 (diff)
downloadgentoo-100028a6783f7fc37aa042579e1fb4542857db4c.tar.gz
gentoo-100028a6783f7fc37aa042579e1fb4542857db4c.tar.bz2
gentoo-100028a6783f7fc37aa042579e1fb4542857db4c.zip
dev-python/bcrypt: Update RUST_MIN_VER
Closes: https://bugs.gentoo.org/963469 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bcrypt')
-rw-r--r--dev-python/bcrypt/bcrypt-5.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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="
autocfg@1.5.0
base64@0.22.1