From 377364273c6227d3cbbba4f47ea2f212bff51f6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 02:25:14 +0000 Subject: [PATCH] CompatHelper: bump compat for "BenchmarkTools" to "1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a6805a7..5f425c4 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ TrajectoryOptimization = "c79d492b-0548-5874-b488-5a62c1d9d0ca" [compat] Altro = "0.3.0 - 0.3.0" -BenchmarkTools = "0.5" +BenchmarkTools = "0.5, 1" ForwardDiff = "0.10" Parameters = "0.12" RobotDynamics = "0.3.1 - 0.3.1"