Skip to content

Commit

Permalink
ArrayInterface 4
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jan 26, 2022
1 parent fd54aa0 commit c02e322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SIMDTypes = "94e857df-77ce-4151-89e5-788b33177be4"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"

[compat]
ArrayInterface = "3.1.24"
ArrayInterface = "3.1.24, 4"
ManualMemory = "0.1.6"
SIMDTypes = "0.1"
Static = "0.3, 0.4, 0.5"
Expand Down

2 comments on commit c02e322

@chriselrod
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/53255

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

Please sign in to comment.