From 29ca5b2b21189492187d00584b5c005c4b78ec17 Mon Sep 17 00:00:00 2001 From: Miha Zgubic Date: Tue, 23 Feb 2021 13:34:13 +0000 Subject: [PATCH] Relax compatibility with StaticArrays I've added the constraint to 1 since it wouldn't automerge: https://github.com/JuliaRegistries/General/pull/30252 (the GitHub actions comment was edited) I've tested locally that 0.12 also passes tests --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3e5242c..1bcb427 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FiniteDifferences" uuid = "26cc04aa-876d-5657-8c51-4c34ba976000" -version = "0.12.1" +version = "0.12.2" [deps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" @@ -13,7 +13,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] ChainRulesCore = "0.9" Richardson = "1.2" -StaticArrays = "1.0" +StaticArrays = "0.12, 1.0" julia = "1" [extras]