Skip to content

Commit

Permalink
develop: cargo detected message
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaverin committed Jan 18, 2022
1 parent eddfe74 commit 88b025e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rust.sh
Expand Up @@ -214,6 +214,8 @@ function cargo_init() {
echo " - fatal: cargo \`$CARGO_BIN\` isn't installed"
return 127
fi
else
echo " + info: `$CARGO_BIN --version` in \`$CARGO_BIN\` detected"
fi

export PATH="$CARGO_BINARIES:$PATH"
Expand Down

0 comments on commit 88b025e

Please sign in to comment.