Skip to content

Commit

Permalink
Bump compat and Manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Mar 2, 2020
1 parent 03934fa commit d52fb6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[[SIMDPirates]]
deps = ["VectorizationBase"]
git-tree-sha1 = "95b57fa378dfa8683246bdfc222052bec9c10636"
git-tree-sha1 = "34dff4f4715f871e71b38f31397d96e62621f14d"
uuid = "21efa798-c60a-11e8-04d3-e1a92915a26a"
version = "0.6.4"
version = "0.6.5"

[[Serialization]]
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Expand All @@ -53,6 +53,6 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[[VectorizationBase]]
deps = ["CpuId", "LinearAlgebra"]
git-tree-sha1 = "1efe57d135fdc28ea6583d2b276c2e2b4ac03a59"
git-tree-sha1 = "006d7b7f276db8d728f8bfd70ebf2efd132f9548"
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
version = "0.6.2"
version = "0.7.0"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SIMDPirates = "21efa798-c60a-11e8-04d3-e1a92915a26a"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
SIMDPirates = "~0.6"
SIMDPirates = "~0.6.5"
VectorizationBase = "~0.6.1,0.7"
julia = "1"

Expand Down

2 comments on commit d52fb6c

@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 created: JuliaRegistries/General/10369

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

Please sign in to comment.