Skip to content

Commit 1292114

Browse files
committed
scripts: min-tool-version.sh: add rustc and bindgen
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent f388d81 commit 1292114

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

scripts/min-tool-version.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ llvm)
3131
echo 10.0.1
3232
fi
3333
;;
34+
rustc)
35+
echo 1.58.0
36+
;;
37+
bindgen)
38+
echo 0.56.0
39+
;;
3440
*)
3541
echo "$1: unknown tool" >&2
3642
exit 1

0 commit comments

Comments
 (0)