From 3383c0e49ed87172183e0a3f3ce13080c8f14f6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Nov 2020 00:49:01 +0000 Subject: [PATCH] CompatHelper: bump compat for "StaticArrays" to "1.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3b02b4c..2c0a217 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ Distributions = "0.22, 0.23, 0.24" Polynomials = "0.6, 0.7, 0.8, 1.1" RecipesBase = "0.7, 0.8, 1.0" SpecialFunctions = "0.7, 0.8, 0.9, 0.10" -StaticArrays = "0.12" +StaticArrays = "0.12, 1.0" Trajectories = "0.1, 0.2" julia = "1"