From d5523f77b63cea9b0274605ea2d24f9dcd01f389 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Fri, 4 Dec 2020 12:03:29 +0100 Subject: [PATCH] bump compat version bounds --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aa625d17..d5c40d38 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444" ArrayInterface = "2.7" RecipesBase = "0.7, 0.8, 1.0" Requires = "0.5, 1.0" -StaticArrays = "0.10, 0.11, 0.12" +StaticArrays = "1.0" ZygoteRules = "0.2" julia = "1.3"