From de029e9d2331deee51af7d401affc7ad8e46915b Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 28 Apr 2022 13:32:32 +1200 Subject: [PATCH] Bump version of Clp_jll that we support (#133) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2c2903a..b676f4b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,14 +1,14 @@ name = "Clp" uuid = "e2554f3b-3117-50c0-817c-e040a3ddf72d" repo = "https://github.com/jump-dev/Clp.jl.git" -version = "1.0.0" +version = "1.0.1" [deps] Clp_jll = "06985876-5285-5a41-9fcb-8948a742cc53" MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" [compat] -Clp_jll = "=1.17.6, ~100.1700.600" +Clp_jll = "~100.1700.601" MathOptInterface = "1.1" julia = "1.6"