We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e9ccb commit 27fb71cCopy full SHA for 27fb71c
Project.toml
@@ -8,9 +8,13 @@ BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
8
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
9
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10
11
+[compat]
12
+BinaryProvider = "0.5"
13
+julia = "0.7, 1"
14
+
15
[extras]
-Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
17
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
18
19
[targets]
20
test = ["Test", "Logging"]
0 commit comments