From 2c437fac624bb239696ed00e5a4ccaa3fcd96a4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 00:28:58 +0000 Subject: [PATCH] CompatHelper: bump compat for "BenchmarkTools" to "0.7" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c2a828191c..edc6c1f008 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [compat] -BenchmarkTools = "0.4, 0.5, 0.6" +BenchmarkTools = "0.4, 0.5, 0.6, 0.7" CodecBzip2 = "~0.6, 0.7" CodecZlib = "~0.6, 0.7" JSON = "~0.21"