diff options
| author | Chuck Davis <[email protected]> | 2023-07-27 08:50:53 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-27 08:50:53 -0500 |
| commit | 8f1ea8593809ed8d293c8f73e00b8a58c0e5c580 (patch) | |
| tree | d0a747e4fc47fc8614098c5dd38efa87e6721f5b /examples/stm32wl/Cargo.toml | |
| parent | 13acca624f4995e06cbe1606bee10015ecd31d06 (diff) | |
| parent | 3ee3f0e21c524e062ab23a006d2e180c281e58b1 (diff) | |
Merge branch 'main' into main
Diffstat (limited to 'examples/stm32wl/Cargo.toml')
| -rw-r--r-- | examples/stm32wl/Cargo.toml | 3 |
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"] } | |||
| 27 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 27 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 28 | heapless = { version = "0.7.5", default-features = false } | 28 | heapless = { version = "0.7.5", default-features = false } |
| 29 | chrono = { version = "^0.4", default-features = false } | 29 | chrono = { version = "^0.4", default-features = false } |
| 30 | |||
| 31 | [profile.release] | ||
| 32 | debug = 2 | ||
