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/std | |
| parent | 13acca624f4995e06cbe1606bee10015ecd31d06 (diff) | |
| parent | 3ee3f0e21c524e062ab23a006d2e180c281e58b1 (diff) | |
Merge branch '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 | ||
