From 092a3b40e9b59d61c02a58ce316c70ac6c38ced6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 01:02:20 +0000 Subject: [PATCH] CompatHelper: bump compat for "BenchmarkTools" to "1.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 56373a85..706765ba 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.0" CSV = "0.8" DataFrames = "0.21, 0.22" DataStructures = "0.18"