Closed milankl closed 4 years ago
Pull request comments will not trigger Registrator as it is disabled. Please trying using a commit or issue comment.
You'll need upper bounds in the "compat" section of Project.toml
in order for the pull request to be automerged
You mean change
[compat]
BinaryProvider = "≥ 0.5.0"
julia = "≥ 1.0.0"
to
[compat]
BinaryProvider = "^0.5"
julia = "^1"
Yes, also without the carets, no leading sign is equivalent to the caret
@JuliaRegistrator register