Skip to content

Commit

Permalink
Fix compat
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Dec 19, 2023
1 parent 3b516e9 commit 06d16d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client/julia/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Aqua = "0.8"
Statistics = "1"
Sockets = "1"
LinearAlgebra = "1"
Test = "1"
Random = "1"
julia = "1.7"

[extras]
Expand Down

2 comments on commit 06d16d0

@nHackel
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=src/client/julia

@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/97410

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 julia-v0.7.0 -m "<description of version>" 06d16d0421e9fb708f7e17d6f2b93acb2996ab5f
git push origin julia-v0.7.0

Please sign in to comment.