aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl/Cargo.toml
diff options
context:
space:
mode:
authorChuck Davis <[email protected]>2023-07-27 08:50:53 -0500
committerGitHub <[email protected]>2023-07-27 08:50:53 -0500
commit8f1ea8593809ed8d293c8f73e00b8a58c0e5c580 (patch)
treed0a747e4fc47fc8614098c5dd38efa87e6721f5b /examples/stm32wl/Cargo.toml
parent13acca624f4995e06cbe1606bee10015ecd31d06 (diff)
parent3ee3f0e21c524e062ab23a006d2e180c281e58b1 (diff)
Merge branch 'main' into main
Diffstat (limited to 'examples/stm32wl/Cargo.toml')
-rw-r--r--examples/stm32wl/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/stm32wl/Cargo.toml b/examples/stm32wl/Cargo.toml
index b3f57af53..48b69c8d0 100644
--- a/examples/stm32wl/Cargo.toml
+++ b/examples/stm32wl/Cargo.toml
@@ -27,3 +27,6 @@ panic-probe = { version = "0.3", features = ["print-defmt"] }
27futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 27futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
28heapless = { version = "0.7.5", default-features = false } 28heapless = { version = "0.7.5", default-features = false }
29chrono = { version = "^0.4", default-features = false } 29chrono = { version = "^0.4", default-features = false }
30
31[profile.release]
32debug = 2