document how to switch to the git version of defmt

This commit is contained in:
Jorge Aparicio
2020-11-12 13:51:46 +01:00
parent 43b3690f17
commit 1aac949a44
2 changed files with 43 additions and 0 deletions
+5
View File
@@ -48,3 +48,8 @@ incremental = false
lto = 'fat'
opt-level = 3 # <-
overflow-checks = false # <-
# [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`" }
# panic-probe = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }