The binary probe-rs tools has been moved to it's own crate: probe-rs-tools. Therefore, the current instructions are outdated and fail:
$ cargo install probe-rs
Updating crates.io index
Downloaded probe-rs v0.24.0
Downloaded 1 crate (1.7 MB) in 0.35s
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`.
This commit updates the installation instruction.
For more information, see the probe-rs' changelog.
The binary
probe-rs
tools has been moved to it's own crate:probe-rs-tools
. Therefore, the current instructions are outdated and fail:This commit updates the installation instruction. For more information, see the probe-rs' changelog.