Skip to content

Commit

Permalink
add JSON upperbound
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaykm committed Dec 23, 2019
1 parent 103e386 commit 7caf7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"
[compat]
HTTP = "0.8"
ZMQ = "1.0"
JSON = "0.21"
julia = "1"

[extras]
Expand Down

2 comments on commit 7caf7c5

@tanmaykm
Copy link
Member 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/7077

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.1 -m "<description of version>" 7caf7c582d89b64f8b13796752ba1c2098807e9c
git push origin v0.6.1

Please sign in to comment.