We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a449986 commit f237845Copy full SHA for f237845
Project.toml
@@ -6,4 +6,14 @@ version = "0.2.5"
6
[deps]
7
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
8
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
9
-UpdateJulia = "770da0de-323d-4d28-9202-0e205c1e0aff"
+
10
+[compat]
11
+HTTP = "1.10"
12
+JSON = "0.21"
13
+julia = "1.6 - 1.11"
14
15
+[extras]
16
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17
18
+[targets]
19
+test = ["Test"]
0 commit comments