rtic-rs / defmt-app-template

Quickly set up a `probe-run` + `defmt` + `flip-link` embedded project running the RTIC scheduler
Apache License 2.0
31 stars 11 forks source link

Can not install `probe-rs` #16

Open foolkat opened 1 month ago

foolkat commented 1 month ago

Try: cargo install probe-rs --features cli

Result:

    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...

bofh commented 1 week ago

Looks like name has been changed, try

cargo install probe-rs-tools