Skip to content

Commit

Permalink
Add [compat] for Requires (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Mar 4, 2021
1 parent 6ab2fea commit 3db3315
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 @@ -8,6 +8,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
Requires = "1"
julia = "0.7, 1"

[extras]
Expand Down

2 comments on commit 3db3315

@timholy
Copy link
Member Author

@timholy timholy commented on 3db3315 Mar 4, 2021

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

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.6.0 -m "<description of version>" 3db3315b08e9ef310432a62515219dfd5f2c4f2d
git push origin v1.6.0

Please sign in to comment.