Skip to content

Commit

Permalink
Merge pull request #33 from JuliaCloud/MB/ci-fix
Browse files Browse the repository at this point in the history
Add compat section for dependencies
  • Loading branch information
mattBrzezinski authored Sep 23, 2020
2 parents dd4c92c + cc0899a commit ace686c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 149 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docs/build/
docs/site/
.*.sw[a-z]
Manifest.toml
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ os:
- osx
julia:
- 1.0
- 1
- nightly
matrix:
allow_failures:
Expand Down
148 changes: 0 additions & 148 deletions Manifest.toml

This file was deleted.

7 changes: 6 additions & 1 deletion 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.0"
version = "0.8.1"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -14,6 +14,11 @@ MsgPack = "99f44e22-a591-53d1-9472-aa23ef4bd671"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
HTTP = "0.8"
JSON = "0.21"
Libz = "1"
MbedTLS = "0.6"
MsgPack = "1"
julia = "1"

[extras]
Expand Down

2 comments on commit ace686c

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

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

Please sign in to comment.