From af8a6b1cfa5d952f283ec29272aba4dfcc275d9c Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 3 Dec 2020 20:43:26 +0100 Subject: Switch to released defmt version. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c68c24a..a00e7f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,12 +21,9 @@ exclude = [ ] [patch.crates-io] -anyfmt = { git = "https://github.com/akiles/embassy" } embassy = { git = "https://github.com/akiles/embassy" } embassy-nrf = { git = "https://github.com/akiles/embassy" } embassy-macros = { git = "https://github.com/akiles/embassy" } -defmt = { git = "https://github.com/Dirbaio/defmt", rev="23b2cfd9fe5481d6845f848f86b4ca0b5cfdb827" } -defmt-macros = { git = "https://github.com/Dirbaio/defmt", rev="23b2cfd9fe5481d6845f848f86b4ca0b5cfdb827" } [profile.dev] codegen-units = 1 -- cgit v1.2.3