Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLauwens authored May 25, 2021
1 parent ad57f98 commit ae4c813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"

[compat]
ResumableFunctions = "^0.6"
DataStructures = "^0.18"
julia = "^1.2"

[extras]
Expand Down

2 comments on commit ae4c813

@BenLauwens
Copy link
Collaborator Author

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/37446

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

Please sign in to comment.