From e9fddc1586105bc08274a535d5a2e1e8f5363cae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:03:53 -0400 Subject: [PATCH] CompatHelper: add new compat entry for TimerOutputs at version 0.5, (keep existing compat) (#8) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index cf46015..9c29ffb 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ GeoFormatTypes = "0.4" GeoInterface = "1" SQLite = "1" Tables = "1" +TimerOutputs = "0.5" WellKnownGeometry = "0.2" julia = "1"