From 0a0ad50b1c574549001d2cee7bb7b1334c2209ac Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 4 Nov 2021 00:57:40 +0000 Subject: [PATCH] CompatHelper: add new compat entry for PackageCompiler at version 2, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2310187..e311a8b 100644 --- a/Project.toml +++ b/Project.toml @@ -16,8 +16,9 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] BenchmarkTools = "1" -DataFrames = "1" CSV = "0.9" +DataFrames = "1" +PackageCompiler = "2" Revise = "3" julia = "1"