From 460a49b1110c6340aed4cc0cefc5f3c47e89e3bc Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Fri, 22 May 2026 06:30:12 +0900 Subject: [PATCH] sys-apps/hex: make `MIN_RUST_VER` explicit Closes: https://bugs.gentoo.org/975646 Signed-off-by: YOSHIOKA Takuma --- sys-apps/hex/hex-0.7.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/hex/hex-0.7.0.ebuild b/sys-apps/hex/hex-0.7.0.ebuild index 9ac89ed8e9..2c21e0d636 100644 --- a/sys-apps/hex/hex-0.7.0.ebuild +++ b/sys-apps/hex/hex-0.7.0.ebuild @@ -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"