]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tools/download-rust-create: Use rust-syn as template
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 30 Jan 2026 08:47:07 +0000 (09:47 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Jan 2026 09:16:34 +0000 (09:16 +0000)
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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tools/download-rust-crate

index f6a0fe035d30fdbddaa843ccac45251b0049088a..5d36d33869a91ebcc9fdde757523ff56f365f5e6 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -o pipefail
 
-RUST_TEMPLATE="lfs/rust-rand"
+RUST_TEMPLATE="lfs/rust-syn"
 
 fetch_latest_version() {
        local name="${1}"