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 <creideiki@lysator.liu.se>
Closes: https://github.com/gentoo/gentoo/pull/43460
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Karl-Johan Karlsson
2025-08-16 10:17:34 +02:00
committed by Arthur Zamarin
parent c2d156aece
commit 141c46e5ee

View File

@@ -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"