From 65c5172291319b6f6d77b6c09ea830993ff40a59 Mon Sep 17 00:00:00 2001 From: Travis DePrato <773453+travigd@users.noreply.github.com> Date: Sun, 9 Feb 2020 11:35:32 -0500 Subject: [PATCH] Require BinDeps v1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2b367e0..d0a15fb 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ WebSockets = "104b5d7c-a370-577a-8038-80a2059c5097" [compat] julia = "1" -BinDeps = "0.8, 1.0" +BinDeps = "1.0" JSExpr = "0.5" JSON = "0.21" Lazy = "0.13, 0.14"