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