Browse Source

Support IOCapture 1.x

It is fully backwards compatible with version 0.2.
pull/280/head
Max Horn 1 month ago committed by GitHub
parent
commit
9e535b4811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Project.toml

2
Project.toml

@ -10,7 +10,7 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" @@ -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"

Loading…
Cancel
Save