Skip to content

Commit 60002d2

Browse files
CompatHelper: bump compat for "LazyArrays" to "0.15" (#30)
* CompatHelper: bump compat for "LazyArrays" to "0.15" * Update Project.toml Co-authored-by: Sheehan Olver <[email protected]>
1 parent 1fe7328 commit 60002d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunBase"
22
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3-
version = "0.3"
3+
version = "0.3.1"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -40,7 +40,7 @@ FastGaussQuadrature = "0.4"
4040
FillArrays = "0.8"
4141
InfiniteArrays = "0.4, 0.5, 0.6"
4242
IntervalSets = "0.3.1"
43-
LazyArrays = "0.14"
43+
LazyArrays = "0.14, 0.15"
4444
LowRankApprox = "0.2, 0.3, 0.4"
4545
SpecialFunctions = "0.8, 0.9"
4646
StaticArrays = "0.12"

0 commit comments

Comments
 (0)