Skip to content

Commit

Permalink
Add [compat] entries
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Oct 29, 2023
1 parent a0ba4fb commit f5b877b
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 @@ -10,5 +10,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

[compat]
LinearAlgebra = "1"
MutableArithmetics = "1.3"
Random = "1"
TOML = "1"
julia = "1.9"

2 comments on commit f5b877b

@pedromxavier
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 updated: JuliaRegistries/General/94325

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

Please sign in to comment.