From 7756e253a5c4b2d03d5107ad794a8ad938d8af1e Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Mon, 21 Oct 2024 08:12:08 -0400 Subject: [PATCH] Add PackageCompiler to the "important package" list (#265) --- Packages.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages.toml b/Packages.toml index 2c7e9368..250be868 100644 --- a/Packages.toml +++ b/Packages.toml @@ -105,6 +105,7 @@ important = [ "LoweredCodeUtils", # used by Revise "Plots", "Revise", + "PackageCompiler", ] # packages that are slow, and should be granted more test time (they're worth it)