From 4891773b94362e55ad468069ebf11812c2d4061b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 14 May 2022 00:48:00 +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 6612baa..49f0faf 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0" PProf = "e4faabce-9ead-11e9-39d9-4379958e3056" [compat] +BenchmarkTools = "1" Images = "0.25" julia = "1"