Skip to content

Commit

Permalink
add mbedtls compat
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Aug 11, 2022
1 parent 453294b commit 52c138b
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 @@ -15,6 +15,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
AssetRegistry = "0.1"
HTTP = "1"
Hiccup = "0.2"
MbedTLS = "1"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 52c138b

@quinnj
Copy link
Member Author

@quinnj quinnj commented on 52c138b Aug 11, 2022

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 updated: JuliaRegistries/General/66104

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.0.0 -m "<description of version>" 52c138bd19bc28c2428f11d7b5fd209a8fb666e0
git push origin v1.0.0

Please sign in to comment.