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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36193158015 for ; Mon, 18 Dec 2023 09:23:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41C412BC01D; Mon, 18 Dec 2023 09:23:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 26AAC2BC01D for ; Mon, 18 Dec 2023 09:23:34 +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 5992B335D77 for ; Mon, 18 Dec 2023 09:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B79F71338 for ; Mon, 18 Dec 2023 09:23:31 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1702890856.400cfa31fbcac802bc3a0fbd750565d75431a0bb.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/nushell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/nushell/nushell-0.88.1.ebuild X-VCS-Directories: app-shells/nushell/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 400cfa31fbcac802bc3a0fbd750565d75431a0bb X-VCS-Branch: master Date: Mon, 18 Dec 2023 09:23:31 +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: d2b79a68-9acd-4446-b34b-bc9acdaaf422 X-Archives-Hash: 2112411d05875ffb90ced29696c1cb71 commit: 400cfa31fbcac802bc3a0fbd750565d75431a0bb Author: Zac Medico gentoo org> AuthorDate: Mon Dec 18 09:11:58 2023 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Dec 18 09:14:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400cfa31 app-shells/nushell: Bump rust dep to 1.72.1 Signed-off-by: Zac Medico gentoo.org> app-shells/nushell/nushell-0.88.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/nushell/nushell-0.88.1.ebuild b/app-shells/nushell/nushell-0.88.1.ebuild index b036d86388a9..bcea3964a83a 100644 --- a/app-shells/nushell/nushell-0.88.1.ebuild +++ b/app-shells/nushell/nushell-0.88.1.ebuild @@ -644,7 +644,7 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - >=virtual/rust-1.60 + >=virtual/rust-1.72.1 virtual/pkgconfig "