From e2c10fbbb070ad29227c496fe6e1434bbab6eca4 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sat, 31 Oct 2020 22:05:07 +0100 Subject: [PATCH] update defmt. --- Cargo.toml | 4 ++-- 1 file 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 = [ [patch.crates-io] panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" } -defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } -defmt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } +defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="main" } +defmt = { git = "https://github.com/knurling-rs/defmt", branch="main" } [profile.dev] codegen-units = 1