From bcb7603e8b40d70e0bab47af6f71c2dedd2822f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 00:05:02 +0000 Subject: [PATCH] CompatHelper: bump compat for "BenchmarkTools" to "0.6" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aef43ae7cc..c2a828191c 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" +BenchmarkTools = "0.4, 0.5, 0.6" CodecBzip2 = "~0.6, 0.7" CodecZlib = "~0.6, 0.7" JSON = "~0.21"