use crates.io versions

also enable panic-probe's 'print-defmt' so panic messages are printed
This commit is contained in:
Jorge Aparicio
2020-11-11 14:20:46 +01:00
parent 703c7b4bb6
commit da11b67bbb
3 changed files with 8 additions and 32 deletions
+2 -6
View File
@@ -14,14 +14,10 @@
$ cargo install flip-link
```
#### 2. The **git** version of `probe-run`:
#### 2. `probe-run`:
<!-- TODO: update this once defmt is on crates.io? -->
``` console
$ cargo install \
--git https://github.com/knurling-rs/probe-run \
--branch main \
--features defmt
$ cargo install probe-run
```
#### 3. [`cargo-generate`]: