Skip to content

Commit

Permalink
Add missing compat entry (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen authored Sep 3, 2023
1 parent f5116c6 commit 9e87f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/EnzymeTestUtils/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ EnzymeCore = "0.5"
FiniteDifferences = "0.12.12"
MetaTesting = "0.1"
Quaternions = "0.7"
julia = "1.6"

[extras]
MetaTesting = "9e32d19f-1e4f-477a-8631-b16c78aa0f56"
Expand Down

2 comments on commit 9e87f38

@sethaxen
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 register subdir="lib/EnzymeTestUtils"

@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/90740

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

Please sign in to comment.