From c09761eae8f175022cd2be5d9a86a9f48e154603 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Jan 2021 01:18:13 +0000 Subject: [PATCH] CompatHelper: bump compat for "CSTParser" to "3.1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 687638e2..1bd7b3e7 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.1" CodeTools = "^0.6.4, ^0.7" CodeTracking = "^0.5.7, 1.0" DocSeeker = "^0.4"