Skip to content

Commit

Permalink
CompatHelper: bump compat for "Quaternions" to "0.5" (#35)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "Quaternions" to "0.5"

* Update Project.toml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Fredrik Bagge Carlson <baggepinnen@gmail.com>
  • Loading branch information
github-actions[bot] and baggepinnen authored Feb 24, 2022
1 parent 091b6be commit 93b4868
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,7 +1,7 @@
name = "Robotlib"
uuid = "a75dfa10-1339-53f3-8748-4d618c3d76af"
authors = ["baggepinnen <baggepinnen@gmail.com>"]
version = "1.1.13"
version = "1.1.14"

[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand All @@ -20,7 +20,7 @@ TotalLeastSquares = "028f657a-7ace-5159-a694-8cfd97933b0c"

[compat]
Optim = "1.2, 1.3"
Quaternions = "<0.5"
Quaternions = "<0.5, 0.5"
RecipesBase = "<0.8, 1"
Requires = "1.0"
StaticArrays = "<0.13, 1.0"
Expand Down

0 comments on commit 93b4868

Please sign in to comment.