sys-apps/hex: make MIN_RUST_VER explicit

Closes: https://bugs.gentoo.org/975646
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
This commit is contained in:
YOSHIOKA Takuma
2026-05-22 06:30:12 +09:00
parent 7767162e1f
commit 460a49b111

View File

@@ -68,6 +68,8 @@ CRATES="
windows_x86_64_msvc@0.48.5
"
RUST_MIN_VER="1.85.0"
inherit cargo
DESCRIPTION="Futuristic take on hexdump"