[x] [wontfix working as intended] cargo-build-sbf has hard coded dependency with rustc. This often create problems when user has another rustc installed. What is the rationale behind having a rustc depenency?
[ ] cargo-test-bpf should show the version where it is at. A message that it is deprecated is helpful but users should know that version information as well.
~/.local/share/solana/install/active_release/bin/cargo-test-bpf --version
Warning: cargo-test-bpf is deprecated. Please, use cargo-test-sbf
Problem
[ ] No version information for cargo-build-bpf.
[ ] cargo-test-bpf should show the version where it is at. A message that it is deprecated is helpful but users should know that version information as well.
Proposed Solution
See above.