From 94d87732e370667a1b0dd39349e080083f8b2f66 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 10 Sep 2023 00:22:43 +0000 Subject: [PATCH] CompatHelper: add new compat entry for PrecompileTools at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 6aa67c34c..c3e0567aa 100644 --- a/Project.toml +++ b/Project.toml @@ -59,6 +59,7 @@ LambertW = "0.4.5" Latexify = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16" MacroTools = "0.5" NaNMath = "0.3, 1" +PrecompileTools = "1" RecipesBase = "1.1" Reexport = "0.2, 1" ReferenceTests = "0.9"