Skip to content

Commit

Permalink
Updated manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jan 20, 2020
1 parent 293c29d commit fc5f087
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[[SIMDPirates]]
deps = ["MacroTools", "VectorizationBase"]
git-tree-sha1 = "500294a8b1001bdda2483fc6d675956798ad8764"
git-tree-sha1 = "2583fb65de2462163e7fb6cd272c282fd9cf8207"
uuid = "21efa798-c60a-11e8-04d3-e1a92915a26a"
version = "0.1.6"
version = "0.1.7"

[[SLEEFPirates]]
deps = ["SIMDPirates", "VectorizationBase"]
git-tree-sha1 = "4733445246d3d5536c7aee1bffb55ab37b88347b"
git-tree-sha1 = "fa6a943f329172eec0f6b1d6b35369631b1d3443"
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
version = "0.1.3"
version = "0.1.5"

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

[[VectorizationBase]]
deps = ["CpuId", "LinearAlgebra"]
git-tree-sha1 = "a2576763aa20968ffb5668e2e15d45ae8e364d05"
git-tree-sha1 = "1bd385bfeb18cd919d85cf1a1c9e510bfa4c6d4d"
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
version = "0.1.9"
version = "0.1.10"

2 comments on commit fc5f087

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

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

Please sign in to comment.