From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38742) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibwed-00080F-P8 for guix-patches@gnu.org; Mon, 02 Dec 2019 20:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibwec-0007bB-Er for guix-patches@gnu.org; Mon, 02 Dec 2019 20:07:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33199) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ibwec-0007ad-AV for guix-patches@gnu.org; Mon, 02 Dec 2019 20:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ibwec-00085e-4r for guix-patches@gnu.org; Mon, 02 Dec 2019 20:07:02 -0500 Subject: [bug#38465] [PATCH 0/1] Update rust-cbindgen Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:37404) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibwe1-0007bu-TD for guix-patches@gnu.org; Mon, 02 Dec 2019 20:06:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibwdu-00073b-7V for guix-patches@gnu.org; Mon, 02 Dec 2019 20:06:20 -0500 Received: from mx1.riseup.net ([198.252.153.129]:56772) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ibwds-000724-3c for guix-patches@gnu.org; Mon, 02 Dec 2019 20:06:17 -0500 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 47RkLc1LDFzFc7b for ; Mon, 2 Dec 2019 17:05:44 -0800 (PST) From: Martin Becze Date: Mon, 2 Dec 2019 20:05:31 -0500 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38465@debbugs.gnu.org Cc: Martin Becze Hello Guix , This patch updates rust-cbindgen to the latest version using the semver a= ware importer in patch 38408 (https://issues.guix.gnu.org/issue/38408). T= here are two other reasons for this patch 1) I wanted to test the output = of 38408 and 2) I wanted to readd the rust libs in format that prevents t= op level packages having to specify their trasnitive dependcies. Also I t= ested icecat... and it should work! -Martin Martin Becze (1): gnu: rust-cbindgen: updated cbindgen and its dependencies gnu/packages/crates-io.scm | 7529 +++++++++++++++++++------------- gnu/packages/rust-cbindgen.scm | 67 +- 2 files changed, 4522 insertions(+), 3074 deletions(-) --=20 2.24.0