From e4f630762573ceebd178d7d501542b2a0f03027b Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 12 Nov 2020 17:56:36 +0100 Subject: [PATCH] explain the commented out Cargo.toml bits --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5bfde87..5b0eec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,8 @@ lto = 'fat' opt-level = 3 # <- overflow-checks = false # <- +# uncomment this to switch from the crates.io version of defmt to its git version +# check app-template's README for instructions # [patch.crates-io] # defmt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" } # defmt-rtt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }