Skip to content

Commit

Permalink
Add lower bound to BinDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Mar 2, 2022
1 parent 79ee3f1 commit bed917a
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 @@ -10,6 +10,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"

[compat]
BinDeps = "1"
MathOptInterface = "1"
julia = "1.6"

Expand Down

2 comments on commit bed917a

@blegat
Copy link
Member Author

@blegat blegat commented on bed917a Mar 2, 2022

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/55836

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

Please sign in to comment.