Skip to content

Commit 25ee448

Browse files
CompatHelper: bump compat for "InfiniteArrays" to "0.12" (#79)
* CompatHelper: bump compat for "InfiniteArrays" to "0.12" * v0.5.1 * Update ci.yml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 2125aca commit 25ee448

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.5'
14-
- '^1.6.0-0'
14+
- '1'
1515
os:
1616
- ubuntu-latest
1717
- macOS-latest

Project.toml

+2-2
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.5"
3+
version = "0.5.1"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -39,7 +39,7 @@ DualNumbers = "0.6.2"
3939
FFTW = "0.3, 1"
4040
FastGaussQuadrature = "0.4"
4141
FillArrays = "0.11, 0.12"
42-
InfiniteArrays = "0.11"
42+
InfiniteArrays = "0.11, 0.12"
4343
InfiniteLinearAlgebra = "0.5"
4444
IntervalSets = "0.5"
4545
LazyArrays = "0.20, 0.21"

0 commit comments

Comments
 (0)