commit: 078f2efe0e2b668bc0b1890981ddbe96fd4800e0 Author: YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red> AuthorDate: Wed Feb 25 13:58:09 2026 +0000 Commit: YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red> CommitDate: Wed Feb 25 13:58:09 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=078f2efe
app-misc/watchexec: bump minimum Rust version for 9999 Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red> app-misc/watchexec/watchexec-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/watchexec/watchexec-9999.ebuild b/app-misc/watchexec/watchexec-9999.ebuild index 2ae774108e..00a0b4a13f 100644 --- a/app-misc/watchexec/watchexec-9999.ebuild +++ b/app-misc/watchexec/watchexec-9999.ebuild @@ -7,8 +7,8 @@ EAPI=8 CRATES=" " -# MSRV as of watchexec-2.2.1 is 1.61. -#RUST_MIN_VER="1.71.1" +# Some of deps requires Rust 1.88 as of watchexec-2.4.1. +RUST_MIN_VER="1.88.0" inherit cargo shell-completion
