Browse Source

Support IOCapture 1.x (#280)

pull/281/head
Max Horn 2 weeks ago committed by GitHub
parent
commit
5b413653ff
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