Skip to content

Commit

Permalink
CompatHelper: add new compat entry for "Requires" at version "1" (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 12, 2022
1 parent f9b4da8 commit 15eafd1
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 @@ -13,6 +13,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
LoopVectorization = "0.12.107"
MacroTools = "0.5"
RecordedArrays = "0.4.1"
Requires = "1"
julia = "1.2"

[extras]
Expand Down

2 comments on commit 15eafd1

@wangl-cc
Copy link
Owner

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 created: JuliaRegistries/General/58390

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.4 -m "<description of version>" 15eafd1a4849742ef712aa2bdd80d8c394c0f62a
git push origin v0.1.4

Please sign in to comment.