nvchecker: add llhttp
This commit is contained in:
parent
1075d5c7db
commit
a1b8f83409
1 changed files with 6 additions and 0 deletions
|
@ -84,6 +84,12 @@ use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
exclude_regex = "^.*(rc).*$"
|
exclude_regex = "^.*(rc).*$"
|
||||||
|
|
||||||
|
[llhttp]
|
||||||
|
source = "github"
|
||||||
|
github = "nodejs/llhttp"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[starlark-rust]
|
[starlark-rust]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "facebookexperimental/starlark-rust"
|
github = "facebookexperimental/starlark-rust"
|
||||||
|
|
Loading…
Reference in a new issue