From ae1634498d375febb31bd06944d57a50a6b39c7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:24:10 -0600 Subject: [PATCH] CompatHelper: add new compat entry for PrecompileTools at version 1, (keep existing compat) (#2167) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index fb83e4263a..d86475034a 100644 --- a/Project.toml +++ b/Project.toml @@ -42,6 +42,7 @@ GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 1" LLVM = "6.1, 7, 8, 9" LogExpFunctions = "0.3" ObjectFile = "0.4" +PrecompileTools = "1" Preferences = "1.4" SparseArrays = "1" SpecialFunctions = "1, 2"