Skip to content

Commit 2b095a2

Browse files
committed
compat: extend JLD2 to support v0.6
1 parent 4f95b51 commit 2b095a2

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,7 +1,7 @@
11
name = "TaylorSeries"
22
uuid = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
33
repo = "https://github.com/JuliaDiff/TaylorSeries.jl.git"
4-
version = "0.20.8"
4+
version = "0.20.9"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -23,7 +23,7 @@ TaylorSeriesSAExt = "StaticArrays"
2323
[compat]
2424
Aqua = "0.8"
2525
IntervalArithmetic = "0.23, 1"
26-
JLD2 = "0.5"
26+
JLD2 = "0.5, 0.6"
2727
LinearAlgebra = "<0.0.1, 1"
2828
Markdown = "<0.0.1, 1"
2929
Random = "1"

0 commit comments

Comments
 (0)