Skip to content

Commit

Permalink
Fix compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Dec 25, 2019
1 parent 6e75e32 commit c438553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ SIMDPirates = "21efa798-c60a-11e8-04d3-e1a92915a26a"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
MacroTools = "0.5"
SIMDPirates = "0.1.0"
VectorizationBase = "0.1.1"
julia = "1.0.0"
Expand Down

2 comments on commit c438553

@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 register()

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

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

Please sign in to comment.