Skip to content

Commit

Permalink
Attempt to make StaticArrays versioning more permissive
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed Jan 7, 2021
1 parent 5ed536a commit 62a39e8
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 @@ -10,7 +10,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
julia = "^1.0.0"
StaticArrays = "^0"
StaticArrays = "0.11, 0.99"
BinDeps = "^0.8.10"

[extras]
Expand Down

2 comments on commit 62a39e8

@duncaneddy
Copy link
Collaborator 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/27497

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.2 -m "<description of version>" 62a39e8433d46df7b9e80c9f8507ef9acf51b654
git push origin v1.0.2

Please sign in to comment.