From 636e8411557eb1c9659b377e0db1701b217c8160 Mon Sep 17 00:00:00 2001 From: Chris Garling Date: Mon, 15 Dec 2025 19:36:26 -0500 Subject: [PATCH] Allow IOCapture v1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8bdfe5e..e0c0753 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Dates = "1" -IOCapture = "0.2.5" +IOCapture = "0.2.5, 1" Malt = "1.3.0" Printf = "1" Random = "1"