Skip to content

Commit

Permalink
Merge pull request #98 from invenia/cv/compat
Browse files Browse the repository at this point in the history
Fix compat
  • Loading branch information
omus authored May 22, 2020
2 parents 81cdd37 + 1c8ea82 commit 98bed2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ URIParser = "30578b45-9adc-5946-b283-645ec420af67"

[compat]
FTPServer = "0.2.3"
LibCURL = ">= 0.5.1"
LibCURL = "0.5.1, 0.6"
URIParser = "0.4"
julia = "0.7, 1.0"

[extras]
Expand Down

2 comments on commit 98bed2f

@omus
Copy link
Contributor Author

@omus omus commented on 98bed2f May 22, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request updated: JuliaRegistries/General/15184

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.2 -m "<description of version>" 98bed2fc5d933ab20e7002c0c059586b922259bb
git push origin v1.0.2

Please sign in to comment.