Skip to content

Commit 6301746

Browse files
authored
Merge pull request #86 from thchr/patch-1
Bump compat for StaticArrays
2 parents 97c0408 + 5a8ff4e commit 6301746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Meshing"
22
uuid = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"
3-
version = "0.5.6"
3+
version = "0.5.7"
44

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

1616
[extras]

0 commit comments

Comments
 (0)