Skip to content

Commit

Permalink
Add compat for Requires
Browse files Browse the repository at this point in the history
  • Loading branch information
projekter committed Jul 9, 2024
1 parent 295c850 commit bdc417a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ StandardPackedStaticArrays = "StaticArrays"
julia = "1.8"
Documenter = "1"
LinearAlgebra = "1"
Requires = "1.2"
SparseArrays = "1"
StaticArrays = "1.4.2"
Test = "1"

2 comments on commit bdc417a

@projekter
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:
Fix issue with StaticArrays interaction: broadcast-assignment now no longer silently corrupts memory

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

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 v1.0.3 -m "<description of version>" bdc417a3e3c1518f084832dbc7209db1c706a10f
git push origin v1.0.3

Please sign in to comment.