commit:     80a28a49dbb07301ee72d078b6ac69f865302787
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 16:55:23 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 16:58:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a28a49

dev-util/selenium-manager: Set RUST_MIN_VER

Closes: https://bugs.gentoo.org/961454
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/selenium-manager/selenium-manager-4.35.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/selenium-manager/selenium-manager-4.35.0.ebuild 
b/dev-util/selenium-manager/selenium-manager-4.35.0.ebuild
index c8476da6ae45..002b2a11adfb 100644
--- a/dev-util/selenium-manager/selenium-manager-4.35.0.ebuild
+++ b/dev-util/selenium-manager/selenium-manager-4.35.0.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-CRATES="
-"
+CRATES=""
+RUST_MIN_VER="1.82.0"
 
 inherit cargo
 

Reply via email to