From f286b9174e33c345d7bdeb1bd370712763161019 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 01:02:06 +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 5648b54..ee91bb8 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ TrajectoryOptimization = "c79d492b-0548-5874-b488-5a62c1d9d0ca" [compat] Altro = "0.3.0 - 0.3.0" -BenchmarkTools = "0.5" +BenchmarkTools = "0.5, 1.0" ForwardDiff = "0.10" Parameters = "0.12" RobotDynamics = "0.3.1 - 0.3.1"