We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a4845 commit 6c0b439Copy full SHA for 6c0b439
Project.toml
@@ -3,7 +3,7 @@ uuid = "480116ec-64ea-5dec-baca-db6b11e96e37"
3
keywords = ["julia", "rest", "api"]
4
license = "MIT"
5
desc = "Julia package for deploying APIs"
6
-version = "0.6.2"
+version = "0.6.3"
7
8
[deps]
9
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -14,7 +14,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
14
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"
15
16
[compat]
17
-HTTP = "0.8"
+HTTP = "0.8, 0.9"
18
ZMQ = "1.0, 1.1, 1.2"
19
JSON = "0.21"
20
julia = "1"
0 commit comments