Skip to content

Commit

Permalink
properly fix Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Jun 17, 2024
1 parent ff51f25 commit 89661c2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"

[compat]
StridedViews = "0.1,0.2,0.3"
TupleTools = "1.1"
julia = "1.6"

[compat]
Aqua = "0.8"
LinearAlgebra = "1.6"
Random = "1.6"
StridedViews = "0.1,0.2,0.3"
Test = "1.6"
TupleTools = "1.1"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 89661c2

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on 89661c2 Jun 17, 2024

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 created: JuliaRegistries/General/109160

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 v2.1.0 -m "<description of version>" 89661c2452d9989f748ac020a1d6aa688bc02136
git push origin v2.1.0

Please sign in to comment.