Skip to content

Commit

Permalink
Add empty [deps] section to Project.toml
Browse files Browse the repository at this point in the history
Hopefully this can get around the bug in the Julia registry
  • Loading branch information
byhill authored Feb 23, 2023
1 parent 0c356db commit da57485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ uuid = "0a43fbc4-409b-44ad-9d72-655a2bd2bd12"
authors = ["byhill <[email protected]> and contributors"]
version = "0.1.0"

[deps]

[compat]
julia = "1.8"

2 comments on commit da57485

@byhill
Copy link
Owner Author

@byhill byhill commented on da57485 Feb 23, 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/78310

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 v0.1.0 -m "<description of version>" da57485992d20245e3b7222b262eada34959b01a
git push origin v0.1.0

Please sign in to comment.