From 555cebbbda6c0640adb5a6ac01ced2134ff9e384 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 02:07:34 +0000 Subject: [PATCH] CompatHelper: bump compat for "CSTParser" to "3" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1776646b..a068859c 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29" WebSockets = "104b5d7c-a370-577a-8038-80a2059c5097" [compat] -CSTParser = "=1.1.0, ^2" +CSTParser = "=1.1.0, ^2, 3" CodeTools = "^0.6.4, ^0.7" CodeTracking = "^0.5.7, 1.0" DocSeeker = "^0.4"