From b774f7f4af5c8e44314e5093db8e96978723b6c9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Mar 2023 01:13:02 +0000 Subject: [PATCH] CompatHelper: add new compat entry for BenchmarkTools at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 171c058a..b7aec559 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ TopOpt = "53a1e1a5-51bb-58a9-8a02-02056cc81109" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] +BenchmarkTools = "1" julia = "1.8" [extras]