From 4d8be11478e882c5535a4977108f7b92c7ccebda Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 21 Jul 2026 00:21:58 +0000 Subject: [PATCH] CompatHelper: bump compat for TimerOutputs to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a4df2768..dfe230de 100644 --- a/Project.toml +++ b/Project.toml @@ -43,5 +43,5 @@ Metal = "1.9.1" Printf = "1.10" SparseArrays = "1.10" TSVD = "0.4.4" -TimerOutputs = "0.5" +TimerOutputs = "0.5, 1" julia = "1.10"