From 50efdd410979e4a21d676af91e6d9e9244960b7b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 22 Feb 2024 01:11:04 +0000 Subject: [PATCH] CompatHelper: add new compat entry for TimerOutputs at version 0.5, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index caf50c6..5c271eb 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] +TimerOutputs = "0.5" julia = "1.10" [extras]