Skip to content

Commit 040ec5d

Browse files
authored
FillArrays v1 (#148)
1 parent 721b7f2 commit 040ec5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ContinuumArrays"
22
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
3-
version = "0.12.4"
3+
version = "0.12.5"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -20,16 +20,16 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2020

2121
[compat]
2222
AbstractFFTs = "1"
23-
ArrayLayouts = "0.7.7, 0.8"
23+
ArrayLayouts = "0.7.7, 0.8, 1"
2424
BandedMatrices = "0.16, 0.17"
2525
BlockArrays = "0.16"
2626
DomainSets = "0.5, 0.6"
2727
FastTransforms = "0.13, 0.14"
28-
FillArrays = "0.12, 0.13"
28+
FillArrays = "0.12, 0.13, 1"
2929
InfiniteArrays = "0.12"
3030
Infinities = "0.1"
3131
IntervalSets = "0.5, 0.6, 0.7"
32-
LazyArrays = "0.22"
32+
LazyArrays = "0.22, 1"
3333
QuasiArrays = "0.9.6"
3434
RecipesBase = "1.0"
3535
StaticArrays = "1.0"

0 commit comments

Comments
 (0)