mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 23:57:07 +00:00
add cargo-semver-check (#187)
This commit is contained in:
parent
14e9d8ba62
commit
8006f324aa
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
]
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue