From 5b4608825830a10cfe20d5f7eca813936754ad92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 6 Apr 2020 21:13:43 +0200 Subject: [PATCH] Add allowed BinDeps versions --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e22b00a..05ce0ff 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029" [compat] -BinDeps = "1" +BinDeps = "0.7, 0.8, 1" Homebrew = "0.7" Polyhedra = "0.6" julia = "1"