diff options
| author | Dario Nieuwenhuis <[email protected]> | 2020-10-31 22:05:07 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2020-10-31 22:05:07 +0100 |
| commit | e2c10fbbb070ad29227c496fe6e1434bbab6eca4 (patch) | |
| tree | 0913a98ffc113ba81120c3437db428a6642aa3c4 | |
| parent | 5c575c29e6f0628ace6b4f99cd6d646584a37a35 (diff) | |
update defmt.
| -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 |
