From b3c5688f1f5c5a7b7dc607ee42d19c338f4ed36b Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 15 Jan 2026 12:19:19 +0100 Subject: [PATCH] app-shells/atuin: fix RUST_MIN_VER, set it to 1.91 Closes: https://bugs.gentoo.org/968804 Signed-off-by: Florian Schmaus --- app-shells/atuin/atuin-18.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/atuin/atuin-18.11.0.ebuild b/app-shells/atuin/atuin-18.11.0.ebuild index 5d64022dd15d7..59836c22adece 100644 --- a/app-shells/atuin/atuin-18.11.0.ebuild +++ b/app-shells/atuin/atuin-18.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -RUST_MIN_VER="1.90" +RUST_MIN_VER="1.91" inherit cargo greadme shell-completion systemd