Skip to content

Commit 4ebcb79

Browse files
committed
use cargo-auditable
1 parent 43805e7 commit 4ebcb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/just-cargo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ profile := 'debug' # or 'release'
99
_release := if profile == 'release' { '--release' } else { '' }
1010

1111
toolchain := ""
12-
export CARGO := env_var_or_default("CARGO", "cargo" + if toolchain != "" { " +" + toolchain } else { "" })
12+
export CARGO := env_var_or_default("CARGO", "cargo auditable" + if toolchain != "" { " +" + toolchain } else { "" })
1313

1414
target := ''
1515
_target := if target == '' {

0 commit comments

Comments
 (0)