diff options
| author | Michael van Niekerk <[email protected]> | 2023-07-28 11:57:50 +0200 |
|---|---|---|
| committer | Michael van Niekerk <[email protected]> | 2023-07-28 11:57:50 +0200 |
| commit | 6b6acc256d163be62e6970d03632eca11a287ec6 (patch) | |
| tree | a90d5646ffe39d532ad5a206a9405c7cda483c54 /examples/std | |
| parent | 91338adc159dd026ba56dcb4e991ed9f60053bb0 (diff) | |
| parent | 1d4e1092c455956b6a90756cf385f9ae75d89fc6 (diff) | |
Merge remote-tracking branch 'origin/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 | ||
