Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Add Project.toml, delete REQUIRE (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan authored Apr 29, 2019
1 parent 3339e56 commit 24cf9b9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "BinaryProvider"
uuid = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
version = "0.5.4"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"

[compat]
julia = "0.7, 1.0"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Pkg", "Test"]
1 change: 0 additions & 1 deletion REQUIRE

This file was deleted.

3 comments on commit 24cf9b9

@ararslan
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 register()

@ararslan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the integration wasn't installed.

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

After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version:

git tag -a v0.5.4 -m "<description of version>" 24cf9b9ab66f0feeb9566aece5719ddc39f9d3e0
git push origin v0.5.4

Please sign in to comment.