From d5aab4db7f63ae5097356a3b7c8d672bc8980690 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Fri, 19 Mar 2021 17:43:03 +0100 Subject: [PATCH] Bump json-minimal-tests to v0.1.7 - Escape HTML tags --- 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 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