Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep ResumableFunctions at v0.6.5 for now to avoid stack overflow on …
…julia-1.10 `allstruct` has a stack overflow (probably in type inference) from inside julia on julia-1.10 with ResumableFunctions v0.6.5. To reproduce: ``` using FoldRNA collect(allstruct(10)) ``` Upstream issue: JuliaDynamics/ResumableFunctions.jl#80
- Loading branch information