Skip to content

Commit

Permalink
Further relax version requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Feb 24, 2020
1 parent 2f73ead commit 6b18a1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 = "ecacd3f808e559d9e363f2620041c6286c8efaca"
git-tree-sha1 = "4b1e0b1442fb4af5e6b93b9c7fdeacf287d2653b"
uuid = "21efa798-c60a-11e8-04d3-e1a92915a26a"
version = "0.4.0"
version = "0.5.0"

[[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 = "b9b5c8fa55e9b859989e759f405624d16b0b0ca2"
git-tree-sha1 = "9f8caaa5d033f88e188f62a3dba0dab5f429447a"
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
version = "0.4.2"
version = "0.5.0"
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ SIMDPirates = "21efa798-c60a-11e8-04d3-e1a92915a26a"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
SIMDPirates = "~0.3.15, 0.4"
VectorizationBase = "~0.4"
SIMDPirates = "~0.3.15, 0.4, 0.5"
VectorizationBase = "~0.4, 0.5"
julia = "1"

[extras]
Expand Down

2 comments on commit 6b18a1e

@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.

Error while trying to register: "Tag with name 0.3.8 already exists and points to a different commit"

Please sign in to comment.