Skip to content

Commit 6af405d

Browse files
CompatHelper: bump compat for "ArrayLayouts" to "0.8" (#254)
* CompatHelper: bump compat for "ArrayLayouts" to "0.8" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 7948175 commit 6af405d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BandedMatrices"
22
uuid = "aae01518-5342-5314-be14-df237901396f"
3-
version = "0.16.11"
3+
version = "0.16.12"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -10,8 +10,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1010
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1111

1212
[compat]
13-
ArrayLayouts = "0.7"
14-
FillArrays = "0.11, 0.12"
13+
ArrayLayouts = "0.7, 0.8"
14+
FillArrays = "0.11, 0.12, 0.13"
1515
julia = "1.5"
1616

1717
[extras]

0 commit comments

Comments
 (0)