Skip to content

Commit 47597cd

Browse files
Add compat
1 parent f6f2ed2 commit 47597cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Manifest.toml
12
*.jl.cov
23
*.jl.mem
34
.DS_Store

Project.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1313

1414
[compat]
1515
julia = "1"
16+
Primes = "0.4"
1617

1718
[extras]
18-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1919
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
20+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2021

2122
[targets]
2223
test = ["Test", "SpecialFunctions"]

0 commit comments

Comments
 (0)