aboutsummaryrefslogtreecommitdiff
path: root/examples/std
diff options
context:
space:
mode:
authorMichael van Niekerk <[email protected]>2023-07-28 11:57:50 +0200
committerMichael van Niekerk <[email protected]>2023-07-28 11:57:50 +0200
commit6b6acc256d163be62e6970d03632eca11a287ec6 (patch)
treea90d5646ffe39d532ad5a206a9405c7cda483c54 /examples/std
parent91338adc159dd026ba56dcb4e991ed9f60053bb0 (diff)
parent1d4e1092c455956b6a90756cf385f9ae75d89fc6 (diff)
Merge remote-tracking branch 'origin/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