aboutsummaryrefslogtreecommitdiff
path: root/examples/std
diff options
context:
space:
mode:
authorMichael van Niekerk <[email protected]>2023-07-28 11:38:45 +0200
committerGitHub <[email protected]>2023-07-28 11:38:45 +0200
commit1d4e1092c455956b6a90756cf385f9ae75d89fc6 (patch)
tree411abdaaae979320b76a2940b64ee435e1249a22 /examples/std
parent0f1ff77fcc3c085f9969bac4963d784c022e6044 (diff)
parent44c8db2911f0f9d82e6517e31944777454c4e459 (diff)
Merge branch 'embassy-rs: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