Modify command to execute cargo audit
This commit is contained in:
parent
098f10306d
commit
3549cb6845
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@
|
||||||
(defun +rust/cargo-audit ()
|
(defun +rust/cargo-audit ()
|
||||||
"Run 'cargo audit' for the current project."
|
"Run 'cargo audit' for the current project."
|
||||||
(interactive)
|
(interactive)
|
||||||
(rustic-run-cargo-command "cargo audit -f"))
|
(rustic-run-cargo-command "cargo audit"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue