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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF6E6158086 for ; Mon, 1 Nov 2021 09:53:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D7F7E0809; Mon, 1 Nov 2021 09:53:13 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E557CE0809 for ; Mon, 1 Nov 2021 09:53:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2DFA1342D35 for ; Mon, 1 Nov 2021 09:53:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9666F132 for ; Mon, 1 Nov 2021 09:53:09 +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: <1635760173.81772c8a5bb4b9b30b1d781d3ba63880c837ae44.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: 81772c8a5bb4b9b30b1d781d3ba63880c837ae44 X-VCS-Branch: dev Date: Mon, 1 Nov 2021 09:53:09 +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: 10c946be-5786-4f1a-9e30-558211b37018 X-Archives-Hash: 9e08558d110801c9df079f93679a11a0 commit: 81772c8a5bb4b9b30b1d781d3ba63880c837ae44 Author: Leonardo Neumann neumann dev br> AuthorDate: Mon Nov 1 09:49:33 2021 +0000 Commit: Leonardo H. Neumann null net> CommitDate: Mon Nov 1 09:49:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81772c8a dev-util/rust-analyzer: bump MSRV to 1.56.0 Package-Manager: Portage-3.0.28, 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 646999436..4f5ba580c 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.55.0[rls] >=dev-lang/rust-bin-1.55.0[rls] )" +DEPEND="|| ( >=dev-lang/rust-1.56.0[rls] >=dev-lang/rust-bin-1.56.0[rls] )" RDEPEND="${DEPEND}" src_unpack() {