Recent versions of cargo support always showing the progress indicator. By default the progress indicator is hidden if the output is not a tty. For bitbake builds, the output is redirected to a file and not a tty. However, if we tell cargo to always show the progress indicator, bitbake can parse it and will show the user how the rust build is progressing.