Skip to content

Commit f7e410e

Browse files
bors[bot]CompatHelper Julia
andauthored
Merge #87
87: CompatHelper: bump compat for Krylov to 0.9, (keep existing compat) r=charleskawczynski a=github-actions[bot] This pull request changes the compat entry for the `Krylov` package from `0.8` to `0.8, 0.9`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: CompatHelper Julia <[email protected]>
2 parents 6f55fe6 + cd22604 commit f7e410e

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
@@ -23,7 +23,7 @@ DataStructures = "0.18"
2323
DiffEqBase = "6"
2424
DiffEqCallbacks = "2"
2525
KernelAbstractions = "0.7, 0.8"
26-
Krylov = "0.8"
26+
Krylov = "0.8, 0.9"
2727
LinearOperators = "2"
2828
SciMLBase = "1"
2929
StaticArrays = "1"

0 commit comments

Comments
 (0)