From e5fbcdeaaeda2aa3fe3c5d748b342f9795376410 Mon Sep 17 00:00:00 2001 From: Nathan Daly Date: Sun, 21 Jul 2019 14:40:00 -0400 Subject: [PATCH] Downgrade WebIO to v0.7 for now, until issue fixed WebIO v0.8.6 broke Blink, so we're downgrading to 0.7 for now. More info on this issue, here: https://github.com/JuliaGizmos/WebIO.jl/issues/317 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d299766..6a8e235 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ WebSockets = "104b5d7c-a370-577a-8038-80a2059c5097" JSExpr = "0.5" Lazy = "0.13" Mux = "0.7" -WebIO = "0.8" +WebIO = "0.7" WebSockets = "1.5" [extras]