From 19afffbbb8a550f5f9760367211fd7b1be965696 Mon Sep 17 00:00:00 2001 From: Chris de Graaf Date: Sat, 28 Sep 2019 00:12:25 +0700 Subject: [PATCH] Add a compat entry for Mustache Since we're using custom tags. --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 58aa3f7..ac0ddbf 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] julia = "1" +Mustache = ">= 0.5.13" [extras] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"