From fe85ed2d415869ccbf1601a7c99de298764d144e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 13 Sep 2026 00:45:03 +0000 Subject: [PATCH] CompatHelper: bump compat for TimespanLogging to 0.1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 958c80843..ec4c1b6d5 100644 --- a/Project.toml +++ b/Project.toml @@ -38,8 +38,8 @@ Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Finch = "9177782c-1635-4eb9-9bfb-d9dfa25e6bce" -IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895" GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0" +IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895" JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7" LinuxPerf = "b4c46c6c-4fb0-484d-a11a-41bc3392d094" @@ -124,6 +124,6 @@ ScopedValues = "1.1" Statistics = "1" StatsBase = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34" TaskLocalValues = "0.1" -TimespanLogging = "0.2" +TimespanLogging = "0.2, 0.1" julia = "1.10" oneAPI = "1, 2"