From 63dd8cc65ff1464e12aec7287bf309779e7bc3e5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Dec 2021 00:52:54 +0000 Subject: [PATCH] CompatHelper: bump compat for PackageCompiler to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 050a6b8..fcbfbb6 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] -PackageCompiler = "1.2.2" +PackageCompiler = "1.2.2, 2" julia = "1.4" [extras]