From c3da4f92b773bc32ebc5efe4567068a332864134 Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 17 Jun 2026 02:14:37 +0200 Subject: [PATCH] app-text/typst: increase RUST_MIN_VER in live ebuild it is now set to 1.92 upstream Signed-off-by: odrling --- app-text/typst/typst-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/typst/typst-9999.ebuild b/app-text/typst/typst-9999.ebuild index 5a05a5e573..717ff2f7a4 100644 --- a/app-text/typst/typst-9999.ebuild +++ b/app-text/typst/typst-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -RUST_MIN_VER="1.89" +RUST_MIN_VER="1.92" inherit cargo shell-completion