Skip to content

Commit

Permalink
Re-order extensions and weakdeps as CompatHelper would
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed May 12, 2023
1 parent 4aa1f59 commit 7387bed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[weakdeps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[extensions]
QuaternionicForwardDiffExt = "ForwardDiff"
QuaternionicSymbolicsExt = "Symbolics"

[compat]
ForwardDiff = "0.10"
LaTeXStrings = "1"
Expand All @@ -29,3 +21,11 @@ Requires = "1"
StaticArrays = "1"
Symbolics = "0.1, 1, 2, 3, 4, 5"
julia = "1.6"

[extensions]
QuaternionicForwardDiffExt = "ForwardDiff"
QuaternionicSymbolicsExt = "Symbolics"

[weakdeps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

2 comments on commit 7387bed

@moble
Copy link
Owner Author

@moble moble commented on 7387bed May 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/83405

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.0 -m "<description of version>" 7387bed539350065d7da77fdb6af1e1a376274ff
git push origin v1.3.0

Please sign in to comment.