From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3DA015827B for ; Fri, 22 Aug 2025 17:20:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E0F50340200 for ; Fri, 22 Aug 2025 17:20:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1D58D11055F; Fri, 22 Aug 2025 17:20:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1661611055F for ; Fri, 22 Aug 2025 17:20:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C63F6341F11 for ; Fri, 22 Aug 2025 17:20:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D0E13365 for ; Fri, 22 Aug 2025 17:20:26 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1755883218.cf57b120eb2e2bca9e9f52addb36f848ec9881dc.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo-nextest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cargo-nextest/cargo-nextest-0.9.102.ebuild X-VCS-Directories: dev-util/cargo-nextest/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cf57b120eb2e2bca9e9f52addb36f848ec9881dc X-VCS-Branch: master Date: Fri, 22 Aug 2025 17:20:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dfcfcdb5-046e-4b72-9b76-44eabf52b1e3 X-Archives-Hash: 218cd1e814e8d10391f27fb30202dd39 commit: cf57b120eb2e2bca9e9f52addb36f848ec9881dc Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 22 12:11:28 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 22 17:20:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf57b120 dev-util/cargo-nextest: set RUST_MIN_VER Closes: https://bugs.gentoo.org/961466 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/cargo-nextest/cargo-nextest-0.9.102.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cargo-nextest/cargo-nextest-0.9.102.ebuild b/dev-util/cargo-nextest/cargo-nextest-0.9.102.ebuild index db075b061e6a..cb068e387907 100644 --- a/dev-util/cargo-nextest/cargo-nextest-0.9.102.ebuild +++ b/dev-util/cargo-nextest/cargo-nextest-0.9.102.ebuild @@ -4,7 +4,7 @@ EAPI=8 CRATES="" -RUST_MIN_VER="1.86" +RUST_MIN_VER="1.86.0" inherit cargo