Skip to content

Commit

Permalink
Merge pull request #41 from JuliaParallel/tanmaykm
Browse files Browse the repository at this point in the history
add compat entries for dependencies
  • Loading branch information
tanmaykm authored Dec 11, 2019
2 parents 6f76c63 + a04e7ba commit c8918f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
julia = "1"
MbedTLS = "0.6.8, 0.7"
ProtoBuf = "0.7"
URIParser = "0.4"

[extras]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down

4 comments on commit c8918f0

@tanmaykm
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.

Error while trying to register: "Tag with name 0.3.0 already exists and points to a different commit"

@tanmaykm
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 updated: JuliaRegistries/General/6526

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

Please sign in to comment.