Skip to content

Commit ab8e5e9

Browse files
committed
Bump version and dependency requirements.
1 parent e5856fe commit ab8e5e9

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 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.9.14"
4+
version = "0.9.15"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -14,13 +14,13 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
1414
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
1515

1616
[compat]
17-
ArrayInterface = "2.14.10"
17+
ArrayInterface = "2.14.12"
1818
DocStringExtensions = "0.8"
1919
IfElse = "0.1"
2020
OffsetArrays = "1.4.1"
21-
SLEEFPirates = "0.6"
21+
SLEEFPirates = "0.6.3"
2222
UnPack = "1"
23-
VectorizationBase = "0.14.10"
23+
VectorizationBase = "0.14.11"
2424
julia = "1.5"
2525

2626
[extras]

test/Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[deps]
2+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
4+
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
5+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
6+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)