From eeaf91a5afc8125b84bc612ea8a1f6b6a9187f58 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 13 Aug 2021 00:37:17 +0000 Subject: [PATCH] CompatHelper: bump compat for StructArrays to 0.6 , (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cd48787..de04dca 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ LinearMaps = "3" RecipesBase = "1.1" Reexport = "0.2.0, 1.0" RigidBodyTools = "0.1.12" -StructArrays = "0.5" +StructArrays = "0.5, 0.6" julia = "1.4" [extras]