From 065cda728522cead771921dce2e5a1376d7540aa Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 16 Aug 2021 00:57:22 +0000 Subject: [PATCH] CompatHelper: bump compat for BenchmarkTools to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a0395a2d..e8ff29a8 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"