Skip to content

Commit

Permalink
Add compat to Project.toml for inference profiling (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Jun 6, 2023
1 parent 62d1303 commit e38ab79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ SnoopCompileCore = "e2b509da-e806-4183-be48-004708413034"
[compat]
HTTP = "1"
PProf = "2"
FlameGraphs = "1"
SnoopCompile = "2.10"
SnoopCompileCore = "2.10"
julia = "1.6"

[extras]
Expand Down

2 comments on commit e38ab79

@NHDaly
Copy link
Member Author

@NHDaly NHDaly commented on e38ab79 Jun 6, 2023

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

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

Please sign in to comment.