From 78564f54f8da2c953068dfa2c6a994e0cfdff4cf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 13 Aug 2021 00:10:18 +0000 Subject: [PATCH] CompatHelper: bump compat for RobotDynamics to 0.3 , (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f4de1c0..1c0511d 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ BenchmarkTools = "0.5" ForwardDiff = "0.10" Parameters = "0.12" RecipesBase = "1.1" -RobotDynamics = "0.3.1 - 0.3.1" +RobotDynamics = "0.3.1 - 0.3.1, 0.3" Rotations = "1.0" StaticArrays = "1.2" TrajectoryOptimization = "0.4.1 - 0.4.1"