Skip to content

Commit

Permalink
Merge pull request #43 from nlw0/nic/upgrade-deps
Browse files Browse the repository at this point in the history
MsgPack and MbedTLS version upgrade, plus project version up to 0.9
mattBrzezinski authored Mar 28, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 14c4229 + 8ecd099 commit c312ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GoogleCloud"
uuid = "55e21f81-8b0a-565e-b5ad-6816892a5ee7"
version = "0.8.2"
version = "0.9"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -17,9 +17,9 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
HTTP = "0.9"
JSON = "0.21"
Libz = "1"
MbedTLS = "0.6"
MbedTLS = "1"
MsgPack = "1"
julia = "1"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

2 comments on commit c312ca4

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

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.9.0 -m "<description of version>" c312ca4969e8d412cf5a804e59233b1abc20671f
git push origin v0.9.0

Please sign in to comment.