aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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