Skip to content

Commit

Permalink
Bump compat for StaticArrays
Browse files Browse the repository at this point in the history
Would be nice to bump include v1.1 and v1.2 of StaticArrays and tag a new patch release.
  • Loading branch information
thchr authored Aug 9, 2021
1 parent 97c0408 commit 5a8ff4e
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 = "Meshing"
uuid = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"
version = "0.5.6"
version = "0.5.7"

[deps]
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Expand All @@ -10,7 +10,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
GeometryBasics = "0.2, 0.3, 0.4"
GeometryTypes = "0.6,0.7,0.8"
StaticArrays = "0.10,0.11,0.12, 1.0"
StaticArrays = "0.10, 0.11, 0.12, 1.0, 1.1, 1.2"
julia = "1.1"

[extras]
Expand Down

0 comments on commit 5a8ff4e

Please sign in to comment.