File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,15 @@ rust-version = "1.77"
88
99[[bin ]]
1010name = " echokit"
11- harness = false # do not use the built in cargo test harness -> resolve rust-analyzer errors
11+ # do not use the built in cargo test harness => resolve rust-analyzer errors
12+ harness = false
1213
1314[profile .release ]
1415opt-level = " s"
1516
1617[profile .dev ]
17- debug = true # Symbols are nice and they don't increase the size on Flash
18+ # Symbols are nice and they don't increase the size on Flash
19+ debug = true
1820opt-level = " z"
1921
2022[features ]
@@ -73,7 +75,7 @@ tokio-websockets = { version = "0.8", features = [
7375bytes = " 1.10.0"
7476
7577qrcode = { version = " 0.14.1" , default-features = false , features = [] }
76- ndef = { version = " 0.4.0" , features = [" alloc" ], optional = true }
78+ ndef = { version = " 0.4.0" , features = [" alloc" ], optional = true }
7779
7880[build-dependencies ]
7981embuild = " 0.33"
You can’t perform that action at this time.
0 commit comments