From 07c00bb664353051960488c27c253616ae86d55d 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:55:37 +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 cb4bd49..367a07f 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] -BenchmarkTools = "0.6, 0.7" +BenchmarkTools = "0.6, 0.7, 1.0" CUDA = "2, 3.0" julia = "1.6"