From 26a49edc844c796e7d5414e07c93a8ec4bac89ef Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 19 Oct 2023 01:07:30 +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 1cb79111..4e74e065 100644 --- a/Project.toml +++ b/Project.toml @@ -19,6 +19,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" FileIO = "1" MacroTools = "0.5" OrderedCollections = "1" +PrecompileTools = "1" Reexport = "1" Requires = "1" TranscodingStreams = "0.9, 0.10"