From patchwork Sat Dec 21 12:55:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8364 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YFkn338P5z3x5g for ; Sat, 21 Dec 2024 12:56:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YFkn21xfHz7RM; Sat, 21 Dec 2024 12:56:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YFkn21Ry5z34Jy; Sat, 21 Dec 2024 12:56:22 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YFkmW0lnjz34LN for ; Sat, 21 Dec 2024 12:55:55 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (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 mail01.ipfire.org (Postfix) with ESMTPSA id 4YFkmT5MHvz6CX; Sat, 21 Dec 2024 12:55:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1734785753; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TCOmocgUOZZUUS98hrSLaO4HF/3mAAdCRSeo1HgtwVs=; b=MPGzGFj8PYzGjknyvSVpWdmeZRC5DQXwZFHGCf4IBDTvWuLieXdXqKYrfVQGYZHy6ClAu0 bAgiputYDd1havCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1734785753; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TCOmocgUOZZUUS98hrSLaO4HF/3mAAdCRSeo1HgtwVs=; b=hHbXLGn5qDuRikfkPjTw/JgwjhTI7YTTnpa3xQd3zgVqG42Pp86XAOg7RlftOIe09Eohse De0XuLDGFzIWiuNrjPJ9oIz7rbef0CYKaTYzS6Fy7faELzHznQnLks7rmzbaQ9n1i+9bKg pZ+MVENfc0IsjJX1FY6IfsmAlUiUrFn33/U29DUFBk/QHmSq/usxHuxLusJsSk0t7SoJvS xgDQvyaZF64mRV2/GG8ex18KVjOVrlETMjIRdJe0Ty1gSYbsSXVpypYgJ6PD6gzKdL5HFu d98kyVK/eW+JuOK1btqlaapnvzfxMzd1UAb/SpOmdklHJtdw6F7gUzBTKCwveQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 31/32] make.sh: Addition of new and pinned rust crates Date: Sat, 21 Dec 2024 13:55:38 +0100 Message-ID: <20241221125539.15309-31-adolf.belka@ipfire.org> In-Reply-To: <20241221125539.15309-1-adolf.belka@ipfire.org> References: <20241221125539.15309-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: PWTXZL3IXAPARJYWMPVHG224DD4CDUMX X-Message-ID-Hash: PWTXZL3IXAPARJYWMPVHG224DD4CDUMX X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- make.sh | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 3a76e6366..f13ff3a2a 100755 --- a/make.sh +++ b/make.sh @@ -1556,8 +1556,10 @@ build_system() { lfsmake2 rust-cipher lfsmake2 rust-hex lfsmake2 rust-unicode-xid + lfsmake2 rust-unicode-ident lfsmake2 rust-proc-macro2 lfsmake2 rust-quote + lfsmake2 rust-syn-1.0.109 lfsmake2 rust-syn lfsmake2 rust-home lfsmake2 rust-lazy-static @@ -1573,6 +1575,7 @@ build_system() { lfsmake2 rust-walkdir lfsmake2 rust-dirs lfsmake2 rust-toolchain_find + lfsmake2 rust-serde_derive lfsmake2 rust-serde lfsmake2 rust-itoa lfsmake2 rust-ryu @@ -1606,12 +1609,22 @@ build_system() { lfsmake2 rust-glob lfsmake2 rust-once_cell lfsmake2 rust-termcolor + lfsmake2 rust-serde_spanned + lfsmake2 rust-toml_datetime + lfsmake2 rust-equivalent + lfsmake2 rust-allocator-api2 + lfsmake2 rust-foldhash + lfsmake2 rust-hashbrown + lfsmake2 rust-indexmap + lfsmake2 rust-winnow + lfsmake2 rust-toml_edit lfsmake2 rust-toml - lfsmake2 rust-serde_derive + lfsmake2 rust-target-triple lfsmake2 rust-trybuild lfsmake2 rust-unindent lfsmake2 rust-proc-macro-hack lfsmake2 rust-indoc-impl + lfsmake2 rust-indoc-impl-0.3.6 lfsmake2 rust-indoc lfsmake2 rust-indoc-0.3.6 lfsmake2 rust-instant