Skip to content

Commit

Permalink
Support HTTP.jl 1.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj authored Jun 23, 2022
1 parent af08685 commit ec331bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"

[compat]
Gumbo = "0.5 - 0.8"
HTTP = "0.8 - 0.9"
HTTP = "0.8 - 0.9, 1"
JSON = "0.19 - 0.21"
XMLDict = "0.3 - 0.4"
julia = "1"
Expand Down

2 comments on commit ec331bb

@BioTurboNick
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we tag a release with this addition?

@cossio
Copy link

@cossio cossio commented on ec331bb Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kescobo Here. It would be nice to have a release with this addition (i.e., supporting HTTP 1.0)

Please sign in to comment.