Skip to content

Commit

Permalink
add compat section to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 committed Jul 12, 2019
1 parent 93e9ccb commit 27fb71c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
BinaryProvider = "0.5"
julia = "0.7, 1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Logging"]

0 comments on commit 27fb71c

Please sign in to comment.