Skip to content

Commit ff5f78b

Browse files
author
oscarddssmith
committed
properly use deps
1 parent 88e348b commit ff5f78b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Project.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ name = "Primes"
22
uuid = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
33
version = "0.5.1"
44

5+
[deps]
6+
IntegerMathUtils = "18e54dd8-cb9d-406c-a71d-865a43cbb235"
7+
58
[extras]
6-
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
79
IntegerMathUtils = "18e54dd8-cb9d-406c-a71d-865a43cbb235"
10+
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
811
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
912

1013
[targets]
1114
test = ["DataStructures", "IntegerMathUtils", "Test"]
1215

1316
[compat]
14-
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
17+
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
1518
IntegerMathUtils = "0.1"
1619
julia = "1"

0 commit comments

Comments
 (0)