From 6b61ba01d9c54f26437c8dcfd34c4fcb3634ac1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 00:12:20 +0000 Subject: [PATCH] CompatHelper: add new compat entry for "BenchmarkTools" at version "1" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 338ddd1..7c8da99 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] AccurateArithmetic = "0.3" +BenchmarkTools = "1" Coverage = "1.3" DocumenterTools = "0.1" ForwardDiff = "0.10.18"