From fdac259d481dcea2677be7336722b921febc54f7 Mon Sep 17 00:00:00 2001 From: Miha Zgubic Date: Tue, 23 Feb 2021 13:33:03 +0000 Subject: [PATCH] Revert "Relax compatibility with StaticArrays" This reverts commit ad4d33da3c7805a0f6e885f0b49d7ed6fbb93bc3. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1bcb427..3e5242c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FiniteDifferences" uuid = "26cc04aa-876d-5657-8c51-4c34ba976000" -version = "0.12.2" +version = "0.12.1" [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 = "0.12, 1.0" +StaticArrays = "1.0" julia = "1" [extras]