Skip to content

Commit

Permalink
bump HTTP compat to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Jul 10, 2022
1 parent 0e81f48 commit 7688eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "WebSockets"
uuid = "104b5d7c-a370-577a-8038-80a2059c5097"
version = "1.5.9"
version = "1.5.10"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -10,7 +10,7 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"

[compat]
HTTP = "0.8, 0.9"
HTTP = "0.8, 0.9, 1"
julia = "0.7, 1"

[extras]
Expand Down

0 comments on commit 7688eea

Please sign in to comment.