From 6191b29885390104b474d2ee2f62701315340d4f Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 17 Jul 2019 07:50:51 +0200 Subject: [PATCH] Allow JSON@0.21 since that release is non-breaking. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cb1b90c..b892a35 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" [compat] -JSON = "0.18, 0.19, 0.20" +JSON = "0.18, 0.19, 0.20, 0.21" julia = "1" [extras]