Skip to content

Commit

Permalink
Bumped MbedTLS to v1 (#23)
Browse files Browse the repository at this point in the history
* Bumped MbedTLS to v1

* Update Project.toml

Co-Authored-By: Mary Jo Ramos <[email protected]>

Co-authored-by: Mary Jo Ramos <[email protected]>
  • Loading branch information
mattBrzezinski and mjram0s authored Apr 16, 2020
1 parent 8d128e1 commit 6a7d3f1
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 = "AWSSQS"
uuid = "6e80b5ca-5733-51f9-999e-c18680912812"
license = "MIT"
version = "0.6.2"
version = "0.6.3"

[deps]
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"
Expand All @@ -14,7 +14,7 @@ SymDict = "2da68c74-98d7-5633-99d6-8493888d7b1e"
[compat]
AWSCore = "0.5, 0.6"
HTTP = "0.6, 0.7, 0.8"
MbedTLS = "0.6, 0.7"
MbedTLS = "0.6, 0.7, 1"
Retry = "0.3, 0.4"
SymDict = "0.3"
julia = "1"
Expand Down

2 comments on commit 6a7d3f1

@mattBrzezinski
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 register()

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

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.6.3 -m "<description of version>" 6a7d3f171257204cd95edaf1608639f1d6335284
git push origin v0.6.3

Please sign in to comment.