Skip to content

Commit e4f6307

Browse files
committed
explain the commented out Cargo.toml bits
1 parent 1aac949 commit e4f6307

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ lto = 'fat'
4949
opt-level = 3 # <-
5050
overflow-checks = false # <-
5151

52+
# uncomment this to switch from the crates.io version of defmt to its git version
53+
# check app-template's README for instructions
5254
# [patch.crates-io]
5355
# defmt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
5456
# defmt-rtt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }

0 commit comments

Comments
 (0)