Skip to content

Commit 94b384a

Browse files
Allow DataStructures v0.18
DataStructures.jl is a core package and v0.18 was released in Aug 17, 2020. This means that pretty much any package made after that won't be compatible with Primes.jl in its latest form, so this shows up as a major ecosystem update blocker. We should really make sure that this kind of repo has CompatHelper.jl on it.
1 parent 88e348b commit 94b384a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1111
test = ["DataStructures", "IntegerMathUtils", "Test"]
1212

1313
[compat]
14-
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
14+
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
1515
IntegerMathUtils = "0.1"
1616
julia = "1"

0 commit comments

Comments
 (0)