From 27d801917ed6a51ac69aaf2baf9f2dbb067e72e6 Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Tue, 23 Jun 2026 06:46:50 +0200 Subject: [PATCH] net-misc/xh: Fixed RUST_MIN_VER Closes: https://bugs.gentoo.org/975494 Signed-off-by: Jonas Frei --- net-misc/xh/xh-0.25.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/xh/xh-0.25.3.ebuild b/net-misc/xh/xh-0.25.3.ebuild index b6e5c7368a..a0cb2077b9 100644 --- a/net-misc/xh/xh-0.25.3.ebuild +++ b/net-misc/xh/xh-0.25.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -RUST_MIN_VER=1.82.0 +RUST_MIN_VER=1.83.0 inherit cargo shell-completion