Skip to content

Commit 38efa25

Browse files
authored
Merge pull request #17 from rjplevin/compathelper/new_version/2020-08-18-01-07-45-394-3481582331
CompatHelper: bump compat for "DataStructures" to "0.18"
2 parents 1c39589 + e06d2bd commit 38efa25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
88
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
99

1010
[compat]
11-
julia = "1"
11+
DataStructures = "0.17, 0.18"
1212
MacroTools = "0.5.4"
13-
DataStructures = "0.17"
13+
julia = "1"
1414

1515
[extras]
1616
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
1717
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1818

19-
2019
[targets]
2120
test = ["Suppressor", "Test"]

0 commit comments

Comments
 (0)