From baab5f7420c962de4b1514a3fa071582b77b82d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 00:17:56 +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 290e20a9e8..6dd2d1c4b5 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, 0.7" +BenchmarkTools = "0.4, 0.5, 0.6, 0.7, 1.0" CodecBzip2 = "~0.6, 0.7" CodecZlib = "~0.6, 0.7" JSON = "~0.21"