Updating crates.io index
error: there is nothing to install in `probe-rs v0.24.0`, because it has no binaries
`cargo install` is only for installing programs, and can't be used with libraries.
To use a library crate, add it as a dependency to a Cargo project with `cargo add`.
Document said to install it, but it seems not installable...
Try:
cargo install probe-rs --features cli
Result:
Document said to install it, but it seems not installable...