From 141c46e5ee29f1f8ddf0d7ce3fce5bf5a2bcaa0e Mon Sep 17 00:00:00 2001 From: Karl-Johan Karlsson Date: Sat, 16 Aug 2025 10:17:34 +0200 Subject: [PATCH] app-misc/broot: raise minimum Rust version to 1.82.0 While Broot itself is happy with Rust 1.60, it depends on crates that require up to 1.82. Closes: https://bugs.gentoo.org/961567 Signed-off-by: Karl-Johan Karlsson Closes: https://github.com/gentoo/gentoo/pull/43460 Signed-off-by: Arthur Zamarin --- app-misc/broot/broot-1.47.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/broot/broot-1.47.0.ebuild b/app-misc/broot/broot-1.47.0.ebuild index 9a9011b8c4553..374570f09d690 100644 --- a/app-misc/broot/broot-1.47.0.ebuild +++ b/app-misc/broot/broot-1.47.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -RUST_MIN_VER="1.79.0" +RUST_MIN_VER="1.82.0" inherit cargo shell-completion DESCRIPTION="A new way to see and navigate directory trees"