From ce2a4539d44b248a15d939671045bdd5b8c217c8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 13 Feb 2026 02:12:18 +0000 Subject: [PATCH] CompatHelper: bump compat for JuliaSyntax to 1 for package test, (keep existing compat) --- test/Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index efa2993..763d1b7 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -6,13 +6,13 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -ITensorFormatter = {path = ".."} +[sources.ITensorFormatter] +path = ".." [compat] Aqua = "0.8" ITensorFormatter = "0.2" -JuliaSyntax = "0.4.10" +JuliaSyntax = "0.4.10, 1" SafeTestsets = "0.1" Suppressor = "0.2" Test = "1.10"