diff options
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 17fbf0a8d..57377d4bd 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
| @@ -12,8 +12,8 @@ exclude = [ | |||
| 12 | 12 | ||
| 13 | [patch.crates-io] | 13 | [patch.crates-io] |
| 14 | panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" } | 14 | panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" } |
| 15 | defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } | 15 | defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="main" } |
| 16 | defmt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } | 16 | defmt = { git = "https://github.com/knurling-rs/defmt", branch="main" } |
| 17 | 17 | ||
| 18 | [profile.dev] | 18 | [profile.dev] |
| 19 | codegen-units = 1 | 19 | codegen-units = 1 |
