Skip to content

Commit ddf5289

Browse files
authored
Merge pull request #24 from JeffreySarnoff/jas/compat
broaden [compat]s, increment pkg version
2 parents 28f6ffc + bca8e97 commit ddf5289

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 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,11 +12,11 @@ SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa"
1212
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
1313

1414
[compat]
15-
MacroTools = "0.5"
16-
Parameters = "0.12"
17-
SIMDPirates = "0.2"
18-
SLEEFPirates = "0.2"
19-
VectorizationBase = "0.2"
15+
MacroTools = "0"
16+
Parameters = "0"
17+
SIMDPirates = "0"
18+
SLEEFPirates = "0"
19+
VectorizationBase = "0"
2020
julia = "1.3"
2121

2222
[extras]

0 commit comments

Comments
 (0)