Skip to content

Commit

Permalink
add compat entries for stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter authored Nov 5, 2023
1 parent 7f481eb commit 5598c53
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 @@ -50,6 +50,9 @@ Setfield = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1"
SplittablesBase = "0.1.2"
Tables = "0.2, 1.0"
julia = "1.6"
Distributed = "1"
Logging = "1"
Markdown = "1"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

2 comments on commit 5598c53

@MasonProtter
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 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/94786

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.4.79 -m "<description of version>" 5598c53d071a2effefd4f73d1b2c50e5367c21ad
git push origin v0.4.79

Please sign in to comment.