From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61EA31580B1 for ; Tue, 31 Aug 2021 00:23:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 502FBE08F7; Tue, 31 Aug 2021 00:23:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32382E08F7 for ; Tue, 31 Aug 2021 00:23:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCA3634017A for ; Tue, 31 Aug 2021 00:23:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0596A7A for ; Tue, 31 Aug 2021 00:23:04 +0000 (UTC) From: "Leonardo H. Neumann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Leonardo H. Neumann" Message-ID: <1630367552.c95e8253a3d6e7df372b9782c44869a0654f104a.leonardohn@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/rust-analyzer/rust-analyzer-99999999.ebuild X-VCS-Directories: dev-util/rust-analyzer/ X-VCS-Committer: leonardohn X-VCS-Committer-Name: Leonardo H. Neumann X-VCS-Revision: c95e8253a3d6e7df372b9782c44869a0654f104a X-VCS-Branch: dev Date: Tue, 31 Aug 2021 00:23:04 +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: c5ce6cc1-2fab-4ada-941a-ef8ce625d759 X-Archives-Hash: 06a934127e90b17d0cf72e33540ca8d2 commit: c95e8253a3d6e7df372b9782c44869a0654f104a Author: Leonardo Neumann neumann dev br> AuthorDate: Mon Aug 30 23:52:32 2021 +0000 Commit: Leonardo H. Neumann null net> CommitDate: Mon Aug 30 23:52:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c95e8253 dev-util/rust-analyzer: bump MSRV to 1.54.0 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Leonardo Neumann neumann.dev.br> dev-util/rust-analyzer/rust-analyzer-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild b/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild index 838f8df7e..d43bfd8c1 100644 --- a/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild +++ b/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild @@ -25,7 +25,7 @@ RESTRICT="mirror" SLOT="0" IUSE="" -DEPEND="|| ( >=dev-lang/rust-1.53.0[rls] >=dev-lang/rust-bin-1.53.0[rls] )" +DEPEND="|| ( >=dev-lang/rust-1.54.0[rls] >=dev-lang/rust-bin-1.54.0[rls] )" RDEPEND="${DEPEND}" src_unpack() {