Skip to content

Commit

Permalink
update taplo install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Feb 27, 2025
1 parent 23bc817 commit 2bd375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ taplo_fmt() {
has_taplo=$(which taplo)
if [ $? -eq 1 ]; then
echo "Installing taplo ..."
cargo install taplo-cli --git https://github.com/tamasfe/taplo --rev 848722f2c604de68535e5a3e0bb2a2c1d3c7dc74
cargo install taplo-cli --locked --git https://github.com/tamasfe/taplo --rev ab68333d17afab9319d0516b311a71bde828f900
fi
# install rustfmt if it isn't already
has_rustfmt=$(which rustfmt)
Expand Down

0 comments on commit 2bd375a

Please sign in to comment.