Skip to content

Commit

Permalink
Merge pull request #13 from JuliaDiff/an/project
Browse files Browse the repository at this point in the history
Allow more recent versions of StaticArrays
  • Loading branch information
andreasnoack authored Dec 5, 2019
2 parents 41e3a16 + 108ca55 commit b999272
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 @@ -6,7 +6,7 @@ version = "1.0.0"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
StaticArrays = "0.8"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12"
julia = "1"

[extras]
Expand Down

2 comments on commit b999272

@andreasnoack
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/6230

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" b9992725bacf482470e511449c13ed5779900f2b
git push origin v1.0.0

Please sign in to comment.