From 6528b33bee4a5849add5f3bb1f5331aba34355ef Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Mon, 13 Feb 2023 20:51:31 +0000 Subject: [PATCH] bump Compat.jl compat (#66) Compat 4 dropped support for Julia < 1.6 (by no longer implementing things introduced in Julia <= 1.6) and so was breaking, but is otherwise compatible. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9971fb9..0f25385 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OndaEDF" uuid = "e3ed2cd1-99bf-415e-bb8f-38f4b42a544e" authors = ["Beacon Biosignals, Inc."] -version = "0.11.1" +version = "0.11.2" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" @@ -17,7 +17,7 @@ TimeSpans = "bb34ddd2-327f-4c4a-bfb0-c98fc494ece1" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] -Compat = "3.32" +Compat = "3.32, 4" EDF = "0.7" FilePathsBase = "0.9" Legolas = "0.5"