From 12ab24f8315c451ad6541be921dc8bd81fda1aa3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Apr 2026 03:20:53 +0000 Subject: [PATCH] CompatHelper: bump compat for MAT to 0.12, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ca2a69f..75d98c1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MATDaemon" uuid = "88578114-2e0c-4679-8b18-24dc4fa60bec" -authors = ["Jonathan Doucette and contributors"] version = "0.1.4" +authors = ["Jonathan Doucette and contributors"] [deps] DaemonMode = "d749ddd5-2b29-4920-8305-6ff5a704e36e" @@ -15,7 +15,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" DaemonMode = "0.1" DocStringExtensions = "0.8, 0.9" Downloads = "1" -MAT = "0.10" +MAT = "0.10, 0.12" MacroTools = "0.5" julia = "1.6"