Skip to content

Commit 61fd072

Browse files
CompatHelper: bump compat for "DataStructures" to "0.18"
1 parent df00f51 commit 61fd072

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ version = "0.9.3-DEV"
44

55
[deps]
66
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
7-
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10"
87
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
98
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
10-
11-
[extras]
12-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
9+
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10"
1310

1411
[compat]
15-
julia = "1"
16-
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
17-
TableShowUtils = "0.1.1, 0.2"
12+
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
1813
DataValues = "0.4.4"
1914
IteratorInterfaceExtensions = "0.1.1, 1"
15+
TableShowUtils = "0.1.1, 0.2"
16+
julia = "1"
17+
18+
[extras]
19+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2020

2121
[targets]
2222
test = ["Test"]

0 commit comments

Comments
 (0)