Commit 41ef000
authored
Fix builtin-targets for probe-rs (#32)
During minimizing the dependency-set for `cargo vet` accidentally the
builtin-targets support for probe-rs was lost. This means that the
`bootloader-tool` could not connect to the target because the target
description was not builtin.
This PR corrects this issue.1 parent 524afdd commit 41ef000
2 files changed
+34
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments