diff --git a/check-submodules.sh b/check-submodules.sh index 6dec2fded..a2c739831 100755 --- a/check-submodules.sh +++ b/check-submodules.sh @@ -22,7 +22,7 @@ fi # Install json minimal tests JMT_LINK="https://github.com/Luni-4/json-minimal-tests/releases/download" -JMT_VERSION="0.1.6" +JMT_VERSION="0.1.7" curl -L "$JMT_LINK/v$JMT_VERSION/json-minimal-tests-linux.tar.gz" | tar xz -C $CARGO_HOME/bin diff --git a/check-tree-sitter-crates.sh b/check-tree-sitter-crates.sh index 1e600d6ba..185557002 100755 --- a/check-tree-sitter-crates.sh +++ b/check-tree-sitter-crates.sh @@ -54,7 +54,7 @@ fi # Install json minimal tests JMT_LINK="https://github.com/Luni-4/json-minimal-tests/releases/download" -JMT_VERSION="0.1.6" +JMT_VERSION="0.1.7" curl -L "$JMT_LINK/v$JMT_VERSION/json-minimal-tests-linux.tar.gz" | tar xz -C $CARGO_HOME/bin