Skip to content

Commit

Permalink
Add compat entry for Requires
Browse files Browse the repository at this point in the history
  • Loading branch information
migarstka committed May 22, 2020
1 parent cb25a8a commit 3dc218e
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 @@ -22,6 +22,7 @@ UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
DataStructures = "~0.17.0"
MathOptInterface = "~0.9.7"
QDLDL = "~0.1.3"
Requires ="~0.5"
UnsafeArrays = "^0.3"
julia = "^1"

Expand Down

2 comments on commit 3dc218e

@migarstka
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/15156

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.7.2 -m "<description of version>" 3dc218eceb54ed80cda58e8f2cfe2fe6f0d8687c
git push origin v0.7.2

Please sign in to comment.