Skip to content

Commit

Permalink
Update compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
tkluck committed Mar 18, 2023
1 parent 7e454aa commit a39a0ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DataStructures = "0.17, 0.18"
FlameGraphs = "0.1, 0.2"
FlameGraphs = "0.1, 0.2, 1"
HAML = "0.3.1"
StableRNGs = "1"
julia = "1.6"

[extras]
Expand Down

2 comments on commit a39a0ef

@tkluck
Copy link
Owner Author

@tkluck tkluck commented on a39a0ef Mar 18, 2023

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

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

Please sign in to comment.