commit:     3aba07ef6329bb0ddb602368ee8019779b084c82
Author:     idealseal <realidealseal <AT> protonmail <DOT> com>
AuthorDate: Tue Jun 24 15:30:58 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 19:48:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aba07ef

app-misc/skim: add min rust version for 2024 edition

Closes: https://bugs.gentoo.org/958889

Signed-off-by: idealseal <realidealseal <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42726
Closes: https://github.com/gentoo/gentoo/pull/42726
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/skim/skim-0.20.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-misc/skim/skim-0.20.1.ebuild b/app-misc/skim/skim-0.20.1.ebuild
index 0c2661526cc3..12d353f1466a 100644
--- a/app-misc/skim/skim-0.20.1.ebuild
+++ b/app-misc/skim/skim-0.20.1.ebuild
@@ -163,6 +163,8 @@ CRATES="
        [email protected]
 "
 
+MIN_RUST_VER="1.85.0"
+
 inherit cargo optfeature shell-completion
 
 DESCRIPTION="Command-line fuzzy finder"

Reply via email to