Skip to content

Commit a59a2eb

Browse files
CompatHelper: bump compat for "DataStructures" to "0.18" (#128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b5692cc commit a59a2eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
99
WinReg = "1b915085-20d7-51cf-bf83-8f477d6f5128"
1010

1111
[compat]
12-
DataStructures = "0.17"
12+
DataStructures = "0.17, 0.18"
1313
WinReg = "0.3.1"
1414
julia = "1"
1515

1616
[extras]
17+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1718
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
18-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1919
Taro = "61d0e4fa-4e73-5030-88a9-ae4c27b203dd"
20-
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
20+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2121

2222
[targets]
23-
test = ["Taro", "Pkg", "Test","DataFrames"]
23+
test = ["Taro", "Pkg", "Test", "DataFrames"]

0 commit comments

Comments
 (0)