From: Stefan Schantl Date: Fri, 30 Jan 2026 08:47:07 +0000 (+0100) Subject: tools/download-rust-create: Use rust-syn as template X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b54e91327051b91f068fe237c5ea0adabd65c9;p=ipfire-2.x.git tools/download-rust-create: Use rust-syn as template The lfs/rust-rand file has been dropped so it cannot be used longer as template. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/tools/download-rust-crate b/tools/download-rust-crate index f6a0fe035..5d36d3386 100755 --- a/tools/download-rust-crate +++ b/tools/download-rust-crate @@ -2,7 +2,7 @@ set -o pipefail -RUST_TEMPLATE="lfs/rust-rand" +RUST_TEMPLATE="lfs/rust-syn" fetch_latest_version() { local name="${1}"