From bde0e373ab9b7e22fb2802edd0a99fe6de8a39d2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 15 Oct 2024 01:00:31 +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 47265773..875d9884 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,7 @@ SymbolicNumericIntegration = "78aadeae-fbc0-11eb-17b6-c7ec0477ba9e" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] +BenchmarkTools = "1" CUDD = "0.3" DataStructures = "0.18" DirectedAcyclicGraphs = "0.1.1"