add cargo-semver-check (#187)

This commit is contained in:
ZJPzjp 2022-08-10 11:13:56 +08:00 committed by GitHub
parent 14e9d8ba62
commit 8006f324aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -471,6 +471,11 @@ var commandsIndex = {
"cargo-vet",
"https://github.com/mozilla/cargo-vet",
"The cargo vet subcommand is a tool to help projects ensure that third-party Rust dependencies have been audited by a trusted source."
],
[
"cargo-semver-check",
"https://github.com/obi1kenobi/cargo-semver-check",
"Scan your Rust crate for semver violations"
]
],
};