Skip to content

Commit

Permalink
Add compat for MbedTLS (#22)
Browse files Browse the repository at this point in the history
* Add compat for MbedTLS

* Update Project.toml

Co-Authored-By: Eric Davies <iamed2@gmail.com>

Co-authored-by: Eric Davies <iamed2@gmail.com>
  • Loading branch information
omus and iamed2 authored Feb 13, 2020
1 parent df5a3cc commit 1b83cc1
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 @@ -13,6 +13,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
AWSCore = "0.6"
MbedTLS = "0.5, 0.6, 0.7"
Memento = "0.12"
Mocking = "0.7"
TimeZones = "0.9, 0.10, 0.11, 1"
Expand Down

2 comments on commit 1b83cc1

@omus
Copy link
Contributor Author

@omus omus commented on 1b83cc1 Feb 13, 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 updated: JuliaRegistries/General/9373

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 v1.1.3 -m "<description of version>" 1b83cc1ddaf4899a6fa1a67c8097bd4cc8491a5d
git push origin v1.1.3

Please sign in to comment.