From 916fffbb46ecbe7e781581cbd7b6378c3c8f5dae Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 15 Sep 2023 01:05:36 +0000 Subject: [PATCH] CompatHelper: add new compat entry for BenchmarkTools at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index f0c99d9..23908ae 100644 --- a/Project.toml +++ b/Project.toml @@ -51,6 +51,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Aqua = "0.5" ArgParse = "1.1" BSON = "0.3" +BenchmarkTools = "1" BinningAnalysis = "0.5" CSV = "0.8, 0.9" DataFrames = "0.21,0.22, 1.0"