Skip to content

Commit f25f80d

Browse files
CompatHelper: bump compat for "StaticArrays" to "1.0"
1 parent 8012052 commit f25f80d

File tree

5 files changed

+1034
-320
lines changed

5 files changed

+1034
-320
lines changed

Manifest.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This file is machine-generated - editing it directly is not advised
22

33
[[IterTools]]
4-
git-tree-sha1 = "2ebe60d7343962966d1779a74a760f13217a6901"
4+
git-tree-sha1 = "05110a2ab1fc5f932622ffea2a003221f4782c18"
55
uuid = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
6-
version = "1.2.0"
6+
version = "1.3.0"
77

88
[[Libdl]]
99
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
@@ -25,9 +25,9 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2525

2626
[[StaticArrays]]
2727
deps = ["LinearAlgebra", "Random", "Statistics"]
28-
git-tree-sha1 = "db23bbf50064c582b6f2b9b043c8e7e98ea8c0c6"
28+
git-tree-sha1 = "794e88df12426adc7eb3370b4ec3aee12f8d6911"
2929
uuid = "90137ffa-7385-5640-81b9-e52037218182"
30-
version = "0.11.0"
30+
version = "1.0.0"
3131

3232
[[Statistics]]
3333
deps = ["LinearAlgebra", "SparseArrays"]

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1212
[compat]
1313
Interpolations = "0.9, 0.10, 0.11, 0.12"
1414
IterTools = "1"
15-
StaticArrays = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
15+
StaticArrays = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 1.0"
1616
julia = "1"
1717

1818
[extras]

0 commit comments

Comments
 (0)