nvchecker: add starlark-rust

This commit is contained in:
George Rawlinson 2021-09-15 08:13:08 +00:00
parent bebd20ff2c
commit 538e9fa0e2
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).*$"
[starlark-rust]
source = "github"
github = "facebookexperimental/starlark-rust"
use_max_tag = true
prefix = "v"
[hound]
source = "github"
github = "hound-search/hound"