Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #53 from udohjeremiah/solve-compat-issue
Browse files Browse the repository at this point in the history
solve compat issue
  • Loading branch information
udohjeremiah authored Mar 13, 2023
2 parents 0b2fe04 + 77cd438 commit 1bcec7d
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
Expand Up @@ -16,5 +16,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

[compat]
julia = "1"
AbstractTrees = "0"
julia = "1.0"
AbstractTrees = "0.4"

2 comments on commit 1bcec7d

@udohjeremiah
Copy link
Owner 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/79484

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.2.0 -m "<description of version>" 1bcec7dbeb79c23ca5260aa4b277cf2c18c17308
git push origin v0.2.0

Please sign in to comment.