From 04a17d5dec88002b9af4313cc4183889f3f1e7a1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 26 Nov 2022 18:06:28 +0000 Subject: [PATCH] CompatHelper: add new compat entry for BenchmarkTools at version 1 for package docs, (keep existing compat) --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 621095836..4bf1b0efe 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -5,5 +5,6 @@ NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] +BenchmarkTools = "1" Documenter = "0.27" NonlinearSolve = "1"