From 8f105369ba859225b109a423a6cc9aed2551eae5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 10 Jan 2026 00:34:51 +0000 Subject: [PATCH] CompatHelper: add new compat entry for CTBenchmarks at version 0.3 for package docs, (drop existing compat) --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 2a7366ea6..22b2598ce 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -10,6 +10,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +CTBenchmarks = "0.3" DataFrames = "1" Dates = "1" Documenter = "1"