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 98A4815807A for ; Mon, 7 Oct 2024 09:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9293E29C0; Mon, 7 Oct 2024 09:06:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3D01E29C0 for ; Mon, 7 Oct 2024 09:06:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BEF7343051 for ; Mon, 7 Oct 2024 09:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A6E92195 for ; Mon, 7 Oct 2024 09:06:55 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1728081546.164b77da8808abaf2fb4c349041f7c48ce1d93cc.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-laptop/framework_tool/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-laptop/framework_tool/framework_tool-9999.ebuild X-VCS-Directories: app-laptop/framework_tool/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 164b77da8808abaf2fb4c349041f7c48ce1d93cc X-VCS-Branch: master Date: Mon, 7 Oct 2024 09:06:55 +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: 74a37a5b-2487-44c4-bbcb-f59b57c617ed X-Archives-Hash: 4d5d814909357ba88571122dd5405fd3 commit: 164b77da8808abaf2fb4c349041f7c48ce1d93cc Author: Yuan Liao gmail com> AuthorDate: Fri Oct 4 22:39:06 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Oct 4 22:39:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=164b77da app-laptop/framework_tool: Update Git crate commits in live ebuild Signed-off-by: Yuan Liao gmail.com> app-laptop/framework_tool/framework_tool-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-laptop/framework_tool/framework_tool-9999.ebuild b/app-laptop/framework_tool/framework_tool-9999.ebuild index 0e3ce01d6..78d05eaa8 100644 --- a/app-laptop/framework_tool/framework_tool-9999.ebuild +++ b/app-laptop/framework_tool/framework_tool-9999.ebuild @@ -11,7 +11,7 @@ CRATES=" " if ! is_live; then - GIT_COMMIT_RUST_HWIO="9e6e7529ffd6caf7aa6a17be1eca6756b302f736" + GIT_COMMIT_RUST_HWIO="9bcff4277d8f3d7dce2b12c6ad81d092ae35c4ba" GIT_COMMIT_SMBIOS_LIB="b3e2fff8a6f4b8c2d729467cbbf0c8c41974cd1c" GIT_COMMIT_UEFI_RS="76130a0f1c1585012e598b8c514526bac09c68e0"