Skip to content

Commit

Permalink
Merge pull request #147 from JuliaDiff/mzgubic-patch-1
Browse files Browse the repository at this point in the history
Relax compatibility with StaticArrays
  • Loading branch information
mzgubic authored Feb 23, 2021
2 parents fdac259 + 29ca5b2 commit 5d823e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit 5d823e1

Please sign in to comment.