Skip to content

Commit 419db63

Browse files
broaden [compat]s, increment version number
1 parent c115196 commit 419db63

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LoopVectorization"
22
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
33
authors = ["Chris Elrod <[email protected]>"]
4-
version = "0.3.9"
4+
version = "0.3.10"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -12,12 +12,12 @@ SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa"
1212
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
1313

1414
[compat]
15-
MacroTools = "0.5"
16-
Parameters = ">=0.12.0"
17-
SIMDPirates = ">=0.1.7"
18-
SLEEFPirates = ">=0.1.3"
19-
VectorizationBase = ">=0.1.10"
20-
julia = "1.3"
15+
MacroTools = "0"
16+
Parameters = "0"
17+
SIMDPirates = "0"
18+
SLEEFPirates = "0"
19+
VectorizationBase = "0"
20+
julia = "1"
2121

2222
[extras]
2323
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)