Skip to content

Commit 8ce2155

Browse files
committed
Restrict package to Julia versions 1.0 and above
1 parent c528b85 commit 8ce2155

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ version = "0.1.0"
77
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
88
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
99
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10+
11+
[compat]
12+
julia = ">=1.0"

REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
julia 0.7
1+
julia 1.0
22
BinDeps 0.8.0

0 commit comments

Comments
 (0)