From 46cc43e431bccdaaa8cd2e04318698fb53b04635 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 26 Aug 2026 00:25:29 +0000 Subject: [PATCH] CompatHelper: bump compat for CTBase to 0.29, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8e8b5cc..864ab4e 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [compat] -CTBase = "0.18, 0.27, 0.28" +CTBase = "0.18, 0.27, 0.28, 0.29" DocStringExtensions = "0.9" MLStyle = "0.4" OrderedCollections = "1"