From c1059476a41daee908c841ef6ca66982ce53d562 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Tue, 16 Feb 2021 19:17:45 +0100 Subject: [PATCH] Update json-minimal-tests - Use html `pre` tag to format code --- check-submodules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-submodules.sh b/check-submodules.sh index 9bc14e15a..6c19f25fb 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.2" +JMT_VERSION="0.1.3" curl -L "$JMT_LINK/v$JMT_VERSION/json-minimal-tests-linux.tar.gz" | tar xz -C $CARGO_HOME/bin