Skip to content

Commit 3e3bc5a

Browse files
authored
Taplo now builds with --locked (#558)
1 parent 79f0d3f commit 3e3bc5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/wrapper.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ ensure_cargo() {
3737
local flags="$1@$2"
3838
local locked=--locked
3939
{ cargo install --list --root="$CARGO_ROOT" | grep -q "^$1 v$2:\$"; } && return
40-
[ "$1" = taplo-cli ] && locked=
4140
[ "$1" = trunk ] && locked=
4241
shift 2
4342
x cargo install $locked --root="$CARGO_ROOT" "$flags" "$@"
@@ -55,7 +54,7 @@ case "$1" in
5554
mdbook) ensure_cargo mdbook 0.4.40 ;;
5655
probe-rs) ensure_cargo probe-rs-tools 0.24.0 ;;
5756
rust-objcopy|rust-size) ensure_cargo cargo-binutils 0.3.6 ;;
58-
taplo) ensure_cargo taplo-cli 0.9.0 ;;
57+
taplo) ensure_cargo taplo-cli 0.9.3 ;;
5958
trunk) ensure_cargo trunk 0.19.3 ;;
6059
twiggy) ensure_cargo twiggy 0.7.0 ;;
6160
*) IS_CARGO=n ;;

0 commit comments

Comments
 (0)