From 9e535b4811279024476e539b4c8d6b789ffe467f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 25 Oct 2025 17:08:32 +0200 Subject: [PATCH] Support IOCapture 1.x It is fully backwards compatible with version 0.2. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6e7e75f..8340c35 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" [compat] Base64 = "1" -IOCapture = "0.2" +IOCapture = "0.2, 1" JSON = "0.18, 0.19, 0.20, 0.21, 1" REPL = "1" julia = "1.6"