From c10182824eb9d0b3ef1fbb7d414a02f6d5d9dc68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 02:26:19 +0000 Subject: [PATCH] CompatHelper: bump compat for "BenchmarkTools" to "1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 56373a85..92908886 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" [compat] -BenchmarkTools = "0.5" +BenchmarkTools = "0.5, 1" CSV = "0.8" DataFrames = "0.21, 0.22" DataStructures = "0.18"