From 0ec9f40874b98e643f6ce8ab80bc6da224ce6721 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Wed, 10 Feb 2021 12:02:36 +0100 Subject: [PATCH] Update json-minimal-tests --- check-submodules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-submodules.sh b/check-submodules.sh index 3ef304348..0694b0586 100755 --- a/check-submodules.sh +++ b/check-submodules.sh @@ -28,7 +28,7 @@ tar xz -C $CARGO_HOME/bin # Install json minimal tests JMT_LINK="https://github.com/Luni-4/json-minimal-tests/releases/download" -JMT_VERSION="0.1.0" +JMT_VERSION="0.1.1" curl -L "$JMT_LINK/v$JMT_VERSION/json-minimal-tests-linux.tar.gz" | tar xz -C $CARGO_HOME/bin