nvchecker: add llhttp

This commit is contained in:
George Rawlinson 2021-09-17 21:47:19 +00:00
parent 1075d5c7db
commit a1b8f83409
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,12 @@ use_max_tag = true
prefix = "v"
exclude_regex = "^.*(rc).*$"
[llhttp]
source = "github"
github = "nodejs/llhttp"
use_max_tag = true
prefix = "v"
[starlark-rust]
source = "github"
github = "facebookexperimental/starlark-rust"