Skip to content

Commit

Permalink
Merge #59
Browse files Browse the repository at this point in the history
59: Project.toml include [email protected] r=mattBrzezinski a=mattBrzezinski

When `[AWSCore #97](JuliaCloud/AWSCore.jl#97) goes in we can include `[email protected]` in this package.

**Note**: Using `[email protected]` will not work w/ Julia `<v1.2`

Co-authored-by: Matt Brzezinski <[email protected]>
  • Loading branch information
bors[bot] and mattBrzezinski authored Nov 6, 2019
2 parents a308cd1 + 175ee3d commit d8697e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AWSS3"
uuid = "1c724243-ef5b-51ab-93f4-b0a88ac62a95"
authors = ["Sam O'Connor"]
version = "0.6.3"
version = "0.6.4"

[deps]
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"
Expand All @@ -11,6 +11,7 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"
Retry = "20febd7b-183b-5ae2-ac4a-720e7ce64774"
SymDict = "2da68c74-98d7-5633-99d6-8493888d7b1e"
Expand All @@ -23,7 +24,7 @@ DataStructures = "0.15, 0.16, 0.17"
EzXML = "0.9"
FilePathsBase = "0.6, 0.7"
HTTP = "0.8"
MbedTLS = "0.6"
MbedTLS = "0.6, 0.7"
Retry = "0.3, 0.4"
SymDict = "0.3"
XMLDict = "0.3"
Expand Down

2 comments on commit d8697e4

@mattBrzezinski
Copy link
Member

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/5143

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

Please sign in to comment.