Skip to content

Commit

Permalink
Compat compat
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored May 24, 2022
1 parent 612d0ef commit d0dd2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DataStructures"
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
version = "0.18.12"
version = "0.18.13"


[deps]
Expand All @@ -9,7 +9,7 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"

[compat]
Compat = "3.0.0"
Compat = "3,4"
OrderedCollections = "1.1.0"
julia = "1"

Expand Down

2 comments on commit d0dd2a0

@oxinabox
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 created: JuliaRegistries/General/60922

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

Please sign in to comment.