Skip to content

Commit

Permalink
Add [compat] for CEnum.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Dec 7, 2022
1 parent 21c4fcf commit fcd7683
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 @@ METIS_jll = "d00139f3-1899-568f-a2f0-47f597d42d70"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
CEnum = "0.4"
Graphs = "1"
LightGraphs = "1"
METIS_jll = "5.1"
Expand Down

2 comments on commit fcd7683

@fredrikekre
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/73615

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 v1.3.0 -m "<description of version>" fcd76832c0430b412711006b040eaeec7c97bf8c
git push origin v1.3.0

Please sign in to comment.