Skip to content

Commit e2b2eba

Browse files
authored
Merge pull request #65 from JuliaGeometry/compathelper/new_version/2020-11-29-00-36-49-352-2579865175
CompatHelper: bump compat for "StaticArrays" to "1.0"
2 parents 32602e7 + 1c1c622 commit e2b2eba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ version = "0.5.6"
66
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
77

88
[compat]
9-
StaticArrays = "0.10,0.11,0.12"
9+
StaticArrays = "0.10,0.11,0.12, 1.0"
1010
julia = "0.7, 1"
1111

1212
[extras]
1313
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
14-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15-
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1614
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
15+
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
16+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1717

1818
[targets]
1919
test = ["LinearAlgebra", "StatsBase", "Test", "OffsetArrays"]

0 commit comments

Comments
 (0)