Skip to content

Commit

Permalink
Add compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored Jun 3, 2020
1 parent 1c88fba commit a43247f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"

[compat]
julia = "1"
HTTP = "0.8"
JSON2 = "0.3"
OrderedCollections = "1.1"


[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit a43247f

@oxinabox
Copy link
Owner Author

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/15763

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 v0.1.1 -m "<description of version>" a43247f03fd92afcdd38ff063290cba47f9e6775
git push origin v0.1.1

Please sign in to comment.