From ca634ba6944be7ee430f4f234b79b73316262bc3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 3 Mar 2022 00:23:36 +0000 Subject: [PATCH] CompatHelper: bump compat for Rotations to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 63ca5bab..a882a515 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ ForwardDiff = "0.10" MathOptInterface = "0.9" RobotDynamics = "0.4.3" RobotZoo = "0.3" -Rotations = "~1.0" +Rotations = "~1.0, 1" StaticArrays = "1" UnsafeArrays = "1" julia = "1"