Skip to content

Commit e9ca1ca

Browse files
authored
QuasiArrays v0.13 (#96)
* QuasiArrays v0.13 * Update ci.yml
1 parent 46ae141 commit e9ca1ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
version: ${{ matrix.version }}
2424
arch: ${{ matrix.arch }}
25-
- uses: actions/cache@v1
25+
- uses: actions/cache@v4
2626
env:
2727
cache-name: cache-artifacts
2828
with:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2121
BlockArrays = "1.0"
2222
BlockBandedMatrices = "0.13"
2323
ClassicalOrthogonalPolynomials = "0.15"
24-
ContinuumArrays = "0.19"
24+
ContinuumArrays = "0.19, 0.20"
2525
DomainSets = "0.7"
2626
FastTransforms = "0.15, 0.16, 0.17"
2727
InfiniteArrays = "0.15"
2828
IntervalSets = "0.7"
29-
QuasiArrays = "0.12"
29+
QuasiArrays = "0.12, 0.13"
3030
SpecialFunctions = "1, 2"
3131
StaticArrays = "1"
3232
julia = "1.10"

0 commit comments

Comments
 (0)