aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2020-10-31 22:05:07 +0100
committerDario Nieuwenhuis <[email protected]>2020-10-31 22:05:07 +0100
commite2c10fbbb070ad29227c496fe6e1434bbab6eca4 (patch)
tree0913a98ffc113ba81120c3437db428a6642aa3c4
parent5c575c29e6f0628ace6b4f99cd6d646584a37a35 (diff)
update defmt.
-rw-r--r--Cargo.toml4
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]
14panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" } 14panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" }
15defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } 15defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="main" }
16defmt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } 16defmt = { git = "https://github.com/knurling-rs/defmt", branch="main" }
17 17
18[profile.dev] 18[profile.dev]
19codegen-units = 1 19codegen-units = 1