Skip to content

Commit 27e9b66

Browse files
CompatHelper: bump compat for "FillArrays" to "0.12" (#69)
* CompatHelper: bump compat for "FillArrays" to "0.12" * v0.7.3 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 97f4136 commit 27e9b66

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name = "ArrayLayouts"
22
uuid = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.7.2"
5-
4+
version = "0.7.3"
65

76
[deps]
87
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
98
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
109
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1110

1211
[compat]
13-
FillArrays = "0.11"
12+
FillArrays = "0.11, 0.12"
1413
julia = "1.5"
1514

1615
[extras]

0 commit comments

Comments
 (0)