We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aac949 commit e4f6307Copy full SHA for e4f6307
Cargo.toml
@@ -49,6 +49,8 @@ lto = 'fat'
49
opt-level = 3 # <-
50
overflow-checks = false # <-
51
52
+# uncomment this to switch from the crates.io version of defmt to its git version
53
+# check app-template's README for instructions
54
# [patch.crates-io]
55
# defmt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
56
# defmt-rtt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
0 commit comments