diff options
| author | Michael van Niekerk <[email protected]> | 2023-07-28 11:38:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-28 11:38:45 +0200 |
| commit | 1d4e1092c455956b6a90756cf385f9ae75d89fc6 (patch) | |
| tree | 411abdaaae979320b76a2940b64ee435e1249a22 /examples/std | |
| parent | 0f1ff77fcc3c085f9969bac4963d784c022e6044 (diff) | |
| parent | 44c8db2911f0f9d82e6517e31944777454c4e459 (diff) | |
Merge branch 'embassy-rs:main' into main
Diffstat (limited to 'examples/std')
| -rw-r--r-- | examples/std/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index 92933ab50..42adede10 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -23,3 +23,6 @@ clap = { version = "3.0.0-beta.5", features = ["derive"] } | |||
| 23 | rand_core = { version = "0.6.3", features = ["std"] } | 23 | rand_core = { version = "0.6.3", features = ["std"] } |
| 24 | heapless = { version = "0.7.5", default-features = false } | 24 | heapless = { version = "0.7.5", default-features = false } |
| 25 | static_cell = { version = "1.1", features = ["nightly"]} | 25 | static_cell = { version = "1.1", features = ["nightly"]} |
| 26 | |||
| 27 | [profile.release] | ||
| 28 | debug = 2 | ||
