Skip to content

Commit

Permalink
CompatHelper: bump compat for "MbedTLS" to "1" (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Curtis Vogt <[email protected]>
  • Loading branch information
github-actions[bot] and omus authored Apr 22, 2020
1 parent 772d77e commit 9ddfeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Coverage"
uuid = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
authors = ["Iain Dunning <[email protected]>"]
version = "1.1.0"
version = "1.1.1"

[deps]
CoverageTools = "c36e975a-824b-4404-a568-ef97ca766997"
Expand All @@ -14,7 +14,7 @@ MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"
CoverageTools = "1"
HTTP = "0.8"
JSON = "0.21"
MbedTLS = "0.6, 0.7"
MbedTLS = "0.6, 0.7, 1"
julia = "1"

[extras]
Expand Down

2 comments on commit 9ddfeaf

@omus
Copy link
Contributor

@omus omus commented on 9ddfeaf Apr 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 created: JuliaRegistries/General/13483

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.1.1 -m "<description of version>" 9ddfeafdbc5e8bf883967781d3d64460aadfa245
git push origin v1.1.1

Please sign in to comment.