Skip to content

Commit

Permalink
added dependency constraint on OrderedCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed Nov 2, 2021
1 parent bcf5056 commit afa1be4
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 @@ -9,5 +9,6 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PrettyPrinting = "54e16d92-306c-5ea0-a30b-337be88ac337"

[compat]
OrderedCollections = "1.4"
PrettyPrinting = "0.3.2"
julia = "1.4"

2 comments on commit afa1be4

@xitology
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/47964

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

Please sign in to comment.