From a65b64f6eabc932f63c2c0a4a5fb5d75f3e688d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Tue, 21 Mar 2023 23:34:02 +0000 Subject: [PATCH] Allow LibCURL_jll 8 (#112) The new series is completely API/ABI-compatible with version 7, the major version was bumped just to celebrate the 25th anniversary --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index bdef5e6..3be7203 100644 --- a/Project.toml +++ b/Project.toml @@ -1,13 +1,13 @@ name = "LibCURL" uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21" -version = "0.6.3" +version = "0.6.4" [deps] LibCURL_jll = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" MozillaCACerts_jll = "14a3606d-f60d-562e-9121-12d972cd8159" [compat] -LibCURL_jll = "7.66" +LibCURL_jll = "7.66, 8" MozillaCACerts_jll = ">= 2020" julia = "1.3"