Skip to content

Commit

Permalink
Add compat info for registration
Browse files Browse the repository at this point in the history
  • Loading branch information
fgasdia committed Dec 16, 2020
1 parent 6b1e447 commit 27ec7df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"

[compat]
julia = "1"
Trapz = "2"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"

[targets]
test = ["Test"]
test = ["Test", "Trapz"]
3 changes: 3 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"

[compat]
Trapz = "2"

0 comments on commit 27ec7df

Please sign in to comment.