Modify command to execute cargo audit

This commit is contained in:
Troy Karan Harrison 2020-08-27 10:59:25 +02:00
parent 098f10306d
commit 3549cb6845
No known key found for this signature in database
GPG key ID: 3C8E0D5E8975C498

View file

@ -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"))