From 5eb0186c9875dc8987fca6434823e44f9ee8f83a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 16 Jul 2024 20:17:30 +0000 Subject: [PATCH] CompatHelper: bump compat for LazyStack to 0.1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 32c0e95..3a0c84f 100644 --- a/Project.toml +++ b/Project.toml @@ -13,6 +13,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] DataFrames = "0.21, 0.22, 1" FITSIO = "0.16, 0.17" -LazyStack = "0.0.7" +LazyStack = "0.0.7, 0.1" ResumableFunctions = "0.5.1, 0.6" julia = "1.3"