Skip to content

Commit 0a1c30a

Browse files
authored
Merge pull request #28 from JuliaRobotics/compathelper/new_version/2023-10-25-09-46-45-187-03582941644
CompatHelper: bump compat for Manifolds to 0.9, (keep existing compat)
2 parents 9f98736 + ca70f72 commit 0a1c30a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ version = "0.2.1"
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
10-
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1110
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
11+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1212

1313
[compat]
1414
DocStringExtensions = "0.8, 0.9"
15-
Manifolds ="0.8"
16-
StaticArrays = "1"
15+
Manifolds = "0.8, 0.9"
1716
Rotations = "1"
17+
StaticArrays = "1"
1818
julia = "1.6"
1919

2020
[extras]
2121
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
2222
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2323

2424
[targets]
25-
test = ["Optim","Test"]
25+
test = ["Optim", "Test"]

0 commit comments

Comments
 (0)