From a3e40b359c1f8aa3b432668abf63a734a3ecc165 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Thu, 18 Mar 2021 10:51:23 +0100 Subject: [PATCH] Update json-minimal-tests to v0.1.6 - Print the entire source code *only* when there are global metrics changes --- check-submodules.sh | 2 +- check-tree-sitter-crates.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check-submodules.sh b/check-submodules.sh index 5156dba02..962813bbf 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.5" +JMT_VERSION="0.1.6" 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 3b1e13242..3007a44e1 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.5" +JMT_VERSION="0.1.6" curl -L "$JMT_LINK/v$JMT_VERSION/json-minimal-tests-linux.tar.gz" | tar xz -C $CARGO_HOME/bin