Skip to content

Commit

Permalink
Fix compat
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Mar 21, 2020
1 parent 60cab86 commit 58fcd74
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
ERFA = "^0.4.0"
EarthOrientation = "^0.6.0"
ERFA = "^0.4"
EarthOrientation = "^0.6"
ItemGraphs = "^0.4"
LeapSeconds = "^1.1"
MacroTools = "^0.5.0"
MuladdMacro = "^0.2.0"
Reexport = "^0.2.0"
MacroTools = "^0.5"
Measurements = "^2.2"
MuladdMacro = "^0.2"
Reexport = "^0.2"
SPICE = "^0.1.1"
julia = "^1"

[extras]
Expand Down

2 comments on commit 58fcd74

@helgee
Copy link
Member Author

@helgee helgee commented on 58fcd74 Mar 21, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register

@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/11298

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" 58fcd749faa5137a610565d042a9bc5ed1da539a
git push origin v0.4.0

Please sign in to comment.