Skip to content

Commit afe63bb

Browse files
CompatHelper: bump compat for "ContinuumArrays" to "0.8" (#44)
* CompatHelper: bump compat for "ContinuumArrays" to "0.8" * Update Project.toml * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stefanos Carlström <[email protected]>
1 parent 9b416d8 commit afe63bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CompactBases"
22
uuid = "2c0377a8-7469-4ebd-be0f-82e501f20078"
33
authors = ["Stefanos Carlström <[email protected]>"]
4-
version = "0.3.0"
4+
version = "0.3.1"
55

66
[deps]
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
@@ -21,14 +21,14 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2121
[compat]
2222
BandedMatrices = "0.16"
2323
BlockBandedMatrices = "0.10"
24-
ContinuumArrays = "0.6.4,0.7"
24+
ContinuumArrays = "0.6.4,0.7, 0.8"
2525
FastGaussQuadrature = "0.4"
2626
FillArrays = "0.11"
2727
Formatting = "0.4"
2828
IntervalSets = "0.5.1"
2929
LazyArrays = "0.20,0.21"
3030
OffsetArrays = "1.1"
31-
QuasiArrays = "0.4.9,0.5"
31+
QuasiArrays = "0.4.9,0.5,0.6"
3232
RecipesBase = "1.0"
3333
julia = "1.5"
3434

0 commit comments

Comments
 (0)