We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55d047 commit bf9f264Copy full SHA for bf9f264
miri
@@ -103,7 +103,7 @@ case "$COMMAND" in
103
install|install-debug)
104
# "--locked" to respect the Cargo.lock file if it exists,
105
# "--offline" to avoid querying the registry (for yanked packages).
106
- exec cargo install --path "$(dirname "$0")" --force --locked --offline "$@"
+ exec cargo install $CARGO_INSTALL_FLAGS --path "$(dirname "$0")" --force --locked --offline "$@"
107
;;
108
build|build-debug)
109
# Build, and let caller control flags.
0 commit comments