Skip to content

Commit

Permalink
Add BinDeps compat requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed Sep 19, 2019
1 parent 74a1b52 commit 528ba57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
julia = "^1.0.0"
StaticArrays = "^0.11.0"
BinDeps = "^0.8.10"

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

2 comments on commit 528ba57

@duncaneddy
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Releasing version 1.0.1. Release covers a fewProject.toml housekeeping fixes.

Release notes:

  • Moved "Test" dependency to [extras] (cleans up Project.toml in downstream packages)
  • Added [compat] requirements for StaticArrays and BinDeps

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

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 v1.0.1 -m "<description of version>" 528ba57a011551cac11c62712e69d03da6bebdef
git push origin v1.0.1

Please sign in to comment.