Skip to content

Commit

Permalink
Merge pull request #33 from JuliaComputing/tan/misc
Browse files Browse the repository at this point in the history
update upperbounds for dependencies
  • Loading branch information
tanmaykm committed Mar 20, 2020
2 parents 42b6391 + d5875bd commit 7212f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"
[compat]
julia = "~1"
HTTP = "~0.8"
JSON = "0.20, 0.21"
MbedTLS = "0.6.8, 0.7, 1"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

2 comments on commit 7212f89

@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/11252

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.2.4 -m "<description of version>" 7212f89c69baf07e61e0ef8b9896798b0faf43c6
git push origin v0.2.4

Please sign in to comment.