Skip to content

Commit f040d9a

Browse files
authored
Update ApproxFunBase version limit (#103)
It's better to release a breaking version for `ApproxFunBase`, as we can't restrict the compat bounds on old versions. In that case we don't need an upper limit for the 0.6 series.
1 parent cbfb1b9 commit f040d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2121

2222
[compat]
2323
AbstractFFTs = "0.5, 1"
24-
ApproxFunBase = "0.6.14 - 0.6.21"
24+
ApproxFunBase = "0.6.14"
2525
Aqua = "0.5"
2626
BandedMatrices = "0.16, 0.17"
2727
BlockArrays = "0.14, 0.15, 0.16"

0 commit comments

Comments
 (0)