Skip to content

Commit

Permalink
Merge pull request #267 from JuliaOpt/bl/ordered_collections
Browse files Browse the repository at this point in the history
Add upper bound on OrderedCollections
  • Loading branch information
blegat authored Nov 5, 2019
2 parents 4bc1f91 + 181cf3e commit c493c49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
Expand Down

2 comments on commit c493c49

@blegat
Copy link
Member Author

@blegat blegat commented on c493c49 Nov 5, 2019

Choose a reason for hiding this comment

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

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

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

Please sign in to comment.