nvchecker: add cargo-sweep

This commit is contained in:
George Rawlinson 2022-01-13 08:05:38 +00:00
parent 2763ed4097
commit d47ddbab50
Signed by: grawlinson
GPG key ID: E0959FEA8B550539

View file

@ -121,6 +121,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github # github
[cargo-sweep]
source = "github"
github = "holmgr/cargo-sweep"
use_max_tag = true
prefix = "v"
[kondo] [kondo]
source = "github" source = "github"
github = "tbillington/kondo" github = "tbillington/kondo"