From e06d2bdec67cd62fc76ea2eb9ecd4ecd38c52099 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 01:07:45 +0000 Subject: [PATCH] CompatHelper: bump compat for "DataStructures" to "0.18" --- Project.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index bb2eb29..2cc9670 100644 --- a/Project.toml +++ b/Project.toml @@ -8,14 +8,13 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" [compat] -julia = "1" +DataStructures = "0.17, 0.18" MacroTools = "0.5.4" -DataStructures = "0.17" +julia = "1" [extras] Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - [targets] test = ["Suppressor", "Test"]