mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
Arthur Zamarin
parent
c2d156aece
commit
141c46e5ee
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user