Skip to content

Commit 03e3c68

Browse files
authored
remove REQUIRE, add [compat], upgrade version (#78)
1 parent cbeeb85 commit 03e3c68

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name = "Primes"
22
uuid = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
3+
version = "0.5.0"
34

45
[extras]
56
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
67
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
78

89
[targets]
910
test = ["DataStructures", "Test"]
11+
12+
[compat]
13+
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
14+
julia = "1"

REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)