[2/3] tools/download-rust-create: Use rust-syn as template

Message ID 20260130084708.983165-2-stefan.schantl@ipfire.org
State Staged
Commit f3b54e91327051b91f068fe237c5ea0adabd65c9
Headers
Series [1/3] rust-synstructure: Bring back package |

Commit Message

Stefan Schantl 30 Jan 2026, 8:47 a.m. UTC
The lfs/rust-rand file has been dropped so it cannot be used longer as
template.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 tools/download-rust-crate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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}"