aboutsummaryrefslogtreecommitdiff
path: root/examples/std
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/std
parent13acca624f4995e06cbe1606bee10015ecd31d06 (diff)
parent3ee3f0e21c524e062ab23a006d2e180c281e58b1 (diff)
Merge branch 'main' into main
Diffstat (limited to 'examples/std')
-rw-r--r--examples/std/Cargo.toml3
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"] }
23rand_core = { version = "0.6.3", features = ["std"] } 23rand_core = { version = "0.6.3", features = ["std"] }
24heapless = { version = "0.7.5", default-features = false } 24heapless = { version = "0.7.5", default-features = false }
25static_cell = { version = "1.1", features = ["nightly"]} 25static_cell = { version = "1.1", features = ["nightly"]}
26
27[profile.release]
28debug = 2